Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FBitstreamSegment
Unsigned int, compressed to a dynamic number of bits.
| Name | UnsignedExpGolomb |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h |
| Include Path | #include "Utils/BitstreamReader.h" |
Syntax
template<typename ValueType>
struct UnsignedExpGolomb
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Utils/BitstreamReader.h | |||
UnsignedExpGolomb
(
ValueType Value |
Utils/BitstreamReader.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | ValueType | Utils/BitstreamReader.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator ValueType() |
Utils/BitstreamReader.h | ||
UnsignedExpGolomb & operator=
(
ValueType From |
Utils/BitstreamReader.h |