Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FBitstreamSegment
Unsigned int, compressed to a fixed number of bits.
| Name | U |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h |
| Include Path | #include "Utils/BitstreamReader.h" |
Syntax
template<uint8 NumBits, typename ValueType>
struct U
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
U () |
Utils/BitstreamReader.h | ||
U
(
ValueType const& Value |
Utils/BitstreamReader.h |
Struct Specializations
| Name | Remarks |
|---|---|
| U< 0, ValueType > | Requires template param for ValueType, so that all instantiations of U<0> route through this (and more importantly, the deleted specialization of FBitstreamReader::Read) |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | ValueType | Utils/BitstreamReader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AsBool() |
Utils/BitstreamReader.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator ValueType() |
Utils/BitstreamReader.h | ||
U & operator=
(
ValueType const& From |
Utils/BitstreamReader.h |