Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video > API/Plugins/AVCodecsCore/Video/Decoders > API/Plugins/AVCodecsCore/Video/Decoders/Configs
Inheritance Hierarchy
- FAVConfig
- FVideoConfig
- FVideoDecoderConfig
- FVideoDecoderConfigVP9
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigVP9.h |
| Include | #include "Video/Decoders/Configs/VideoDecoderConfigVP9.h" |
Syntax
struct FVideoDecoderConfigVP9 : public FVideoDecoderConfig
Remarks
Configuration settings for VP9 decoders.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | MaxOutputHeight | ||
| uint32 | MaxOutputWidth | Values are parsed from the bitstream during decoding. | |
| int32 | NumberOfCores |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVideoDecoderConfigVP9
(
EAVPreset Preset |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAVResult | Parse
(
FVideoPacket const& Packet, |