Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Utils > API/Plugins/AVCodecsCore/Utils/FBitstreamSegment
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h |
| Include | #include "Utils/BitstreamReader.h" |
Syntax
template<typename ValueType>
struct SignedExpGolomb
Remarks
Signed int, compressed to a dynamic number of bits.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ValueType | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
SignedExpGolomb
(
ValueType Value |
Operators
| Type | Name | Description | |
|---|---|---|---|
| SignedExpGolomb & | operator=
(
ValueType From |