Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Base class for a compressed block of bitstream data. Provides scoped access to some parsing types for use with FBitstreamReader.
| |
|
| Name |
FBitstreamSegment |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h |
| Include Path |
#include "Utils/BitstreamReader.h" |
Syntax
struct FBitstreamSegment
Derived Classes
FBitstreamSegment derived class hierarchy
Structs
| Name |
Remarks |
| SignedExpGolomb |
Signed int, compressed to a dynamic number of bits. |
| U |
Unsigned int, compressed to a fixed number of bits. |
| UnsignedExpGolomb |
Unsigned int, compressed to a dynamic number of bits. |
Typedefs