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