Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video > API/Plugins/AVCodecsCore/Video/CodecUtils
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsVP9.h |
| Include | #include "Video/CodecUtils/CodecUtilsVP9.h" |
Syntax
struct FGroupOfFramesInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| size_t | NumFramesInGof | ||
| uint8[MaxFramesInGof] | NumRefPics | ||
| uint8[MaxFramesInGof][MaxRefPics] | PidDiff | ||
| uint16 | PidStart | ||
| uint8[MaxFramesInGof] | TemporalIdx | ||
| bool[MaxFramesInGof] | TemporalUpSwitch |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetGofInfo
(
ETemporalStructureMode tm |