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