Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoCodecSpecificInfo.h |
| Include | #include "Video/VideoCodecSpecificInfo.h" |
Syntax
struct FCodecSpecificInfoVP9
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFirstFrameInPicture | ||
| bool | bFlexibleMode | Coded frame(s). | |
| bool | bInterLayerPredicted | ||
| bool | bInterPicPredicted | ||
| bool | bNonRefForInterLayerPred | ||
| bool | bSpatialLayerResolutionPresent | ||
| bool | bSSDataAvailable | ||
| bool | bTemporalUpSwitch | ||
| size_t | FirstActiveLayer | ||
| UE::AVCodecCore::VP9::FGroupOfFramesInfo | Gof | ||
| uint8 | GofIdx | Layer frame. | |
| uint16[UE::AVCodecCore::VP9::MaxNumberOfSpatialLayers] | Height | ||
| uint8 | NumRefPics | Frame reference data. | |
| size_t | NumSpatialLayers | SS data. | |
| uint8[UE::AVCodecCore::VP9::MaxRefPics] | PDiff | ||
| uint8 | TemporalIdx | ||
| uint16[UE::AVCodecCore::VP9::MaxNumberOfSpatialLayers] | Width |