Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Utils
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h |
| Include | #include "Utils/BitstreamReader.h" |
Syntax
struct FBitstreamReader
Remarks
Simple wrapper for typed reads from a bitstream.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBitstreamReader
(
uint8* Data, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint8 * | |||
| bool | |||
| uint64 | |||
| uint64 | |||
| uint32 | |||
| void | Read
(
TOutput& Output, |
||
| void | Read
(
FBitstreamSegment::U< 0 >& Output |
||
| void | Read
(
FBitstreamSegment::SignedExpGolomb< ValueType >& Output |
||
| void | Read
(
FBitstreamSegment::UnsignedExpGolomb< ValueType >& Output |
||
| void | Read
(
TOutput& Output |
||
| void | |||
| uint32 | |||
| uint64 | ReadBits64
(
uint64 NumBits |
||
| void | |||
| void | |||
| void |