Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video > API/Plugins/AVCodecsCore/Video/CodecUtils
Inheritance Hierarchy
- FBitstreamSegment
- FNalu
- Header_t
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsVP9.h |
| Include | #include "Video/CodecUtils/CodecUtilsVP9.h" |
Syntax
struct Header_t : public FNalu
Variables
| Type | Name | Description | |
|---|---|---|---|
| U< 1, EBitDepth > | bit_depth | ||
| U< 1, EColorRange > | color_range | ||
| U< 3, EColorSpace > | color_space | ||
| U< 1 > | error_resilient_mode | ||
| U< 16 > | frame_height_minus_1 | ||
| U< 2 > | frame_marker | ||
| U< 8 > | frame_sync_byte_0 | ||
| U< 8 > | frame_sync_byte_1 | ||
| U< 8 > | frame_sync_byte_2 | ||
| U< 3 > | frame_to_show_map_idx | ||
| U< 1 > | frame_type | ||
| U< 16 > | frame_width_minus_1 | ||
| uint16 | FrameHeight | ||
| uint16 | FrameWidth | ||
| U< 1 > | intra_only | ||
| uint8 | Profile | Pre-calculated helpers. | |
| U< 1 > | profile_high_bit | ||
| U< 1 > | profile_low_bit | ||
| U< 2 > | reset_frame_context | ||
| U< 1 > | show_existing_frame | ||
| U< 1 > | show_frame | ||
| U< 2, ESubSampling > | sub_sampling | ||
| U< 1 > | ten_or_twelve_bit |