Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FElectraBitstreamReader |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/ElectraBitstreamReader.h |
| Include Path | #include "Utils/ElectraBitstreamReader.h" |
Syntax
class FElectraBitstreamReader
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FElectraBitstreamReader
(
const void* InData, |
Utils/ElectraBitstreamReader.h | ||
| Utils/ElectraBitstreamReader.h | |||
FElectraBitstreamReader
(
const FElectraBitstreamReader& rhs |
Utils/ElectraBitstreamReader.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BitPosition | uint32 | Utils/ElectraBitstreamReader.h | ||
| BytePosition | uint64 | Utils/ElectraBitstreamReader.h | ||
| Data | const uint8 * | Utils/ElectraBitstreamReader.h | ||
| DataSize | uint64 | Utils/ElectraBitstreamReader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetAlignedBytes
(
uint8* To, |
Utils/ElectraBitstreamReader.h | ||
uint32 GetBitPosition() |
Utils/ElectraBitstreamReader.h | ||
uint32 GetBits
(
uint64 nBits |
Utils/ElectraBitstreamReader.h | ||
uint64 GetBits64
(
uint64 nBits |
Utils/ElectraBitstreamReader.h | ||
uint32 GetBytePosition() |
Utils/ElectraBitstreamReader.h | ||
uint64 GetRemainingBits() |
Utils/ElectraBitstreamReader.h | ||
uint64 GetRemainingByteLength() |
Utils/ElectraBitstreamReader.h | ||
const void * GetRemainingData() |
Utils/ElectraBitstreamReader.h | ||
bool IsByteAligned() |
Utils/ElectraBitstreamReader.h | ||
uint32 PeekBits
(
uint64 nBits |
Utils/ElectraBitstreamReader.h | ||
void SetData
(
const void* InData, |
Utils/ElectraBitstreamReader.h | ||
void SkipBits
(
uint64 nBits |
Utils/ElectraBitstreamReader.h | ||
void SkipBytes
(
uint64 nBytes |
Utils/ElectraBitstreamReader.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FElectraBitstreamReader & operator=
(
const FElectraBitstreamReader& rhs |
Utils/ElectraBitstreamReader.h |