Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FVP9UncompressedHeader |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/Google/ElectraUtilsVPxVideo.h |
| Include Path | #include "Utils/Google/ElectraUtilsVPxVideo.h" |
Syntax
struct FVP9UncompressedHeader
Enums
Public
| Name | Remarks |
|---|---|
| EColorRange | |
| EColorSpace | |
| ESubSampling |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| color_range | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| color_space | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| error_resilient_mode | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| frame_height | uint32 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| frame_marker | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| frame_to_show_map_idx | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| frame_type | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| frame_width | uint32 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| intra_only | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| profile_high_bit | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| profile_low_bit | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| render_height | uint32 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| render_width | uint32 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| reset_frame_context | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| show_existing_frame | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| show_frame | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| subsampling_x | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| subsampling_y | uint8 | Utils/Google/ElectraUtilsVPxVideo.h | ||
| ten_or_twelve_bit | uint8 | Utils/Google/ElectraUtilsVPxVideo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetBitDepth() |
Utils/Google/ElectraUtilsVPxVideo.h | ||
EColorRange GetColorRange() |
Utils/Google/ElectraUtilsVPxVideo.h | ||
EColorSpace GetColorSpace() |
Utils/Google/ElectraUtilsVPxVideo.h | ||
int32 GetProfile() |
Utils/Google/ElectraUtilsVPxVideo.h | ||
ESubSampling GetSubSampling() |
Utils/Google/ElectraUtilsVPxVideo.h | ||
bool IsKeyframe() |
Utils/Google/ElectraUtilsVPxVideo.h |