Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FElectraBitstreamWriter |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/ElectraBitstreamReader.h |
| Include Path | #include "Utils/ElectraBitstreamReader.h" |
Syntax
class FElectraBitstreamWriter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FElectraBitstreamWriter() |
Utils/ElectraBitstreamReader.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BitPosition | uint32 | Utils/ElectraBitstreamReader.h | ||
| Buffer | TArray< uint8 > | Utils/ElectraBitstreamReader.h | ||
| BytePosition | uint32 | Utils/ElectraBitstreamReader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AlignToBytes
(
uint32 InFillBitsWith |
Utils/ElectraBitstreamReader.h | ||
void GetArray
(
TArray< uint8 >& OutArray |
Utils/ElectraBitstreamReader.h | ||
uint32 GetNumBits() |
Utils/ElectraBitstreamReader.h | ||
uint32 GetNumBytesUsed() |
Utils/ElectraBitstreamReader.h | ||
bool IsByteAligned() |
Utils/ElectraBitstreamReader.h | ||
void PutBits
(
uint32 InValue, |
Utils/ElectraBitstreamReader.h | ||
void PutBits64
(
uint64 InValue, |
Utils/ElectraBitstreamReader.h |