Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | FElectraByteReader |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/ElectraBitstream.h |
| Include Path | #include "Utilities/ElectraBitstream.h" |
Syntax
struct FElectraByteReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FElectraByteReader
(
const void* InData, |
Utilities/ElectraBitstream.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | const uint8 * | Utilities/ElectraBitstream.h | ||
| NumBytesToGo | int64 | Utilities/ElectraBitstream.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 BytesRemaining() |
Utilities/ElectraBitstream.h | ||
bool ReadByte
(
uint8& To |
Utilities/ElectraBitstream.h | ||
bool ReadByte
(
uint16& To |
Utilities/ElectraBitstream.h | ||
bool ReadBytes
(
uint8* To, |
Utilities/ElectraBitstream.h |