Navigation
API > API/Plugins > API/Plugins/AMFCodecs
| Name | FVideoDecoderConfigAMF |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Decoders/Configs/VideoDecoderConfigAMF.h |
| Include Path | #include "Video/Decoders/Configs/VideoDecoderConfigAMF.h" |
Syntax
struct FVideoDecoderConfigAMF : public FAVConfig
Inheritance Hierarchy
- FAVConfig → FVideoDecoderConfigAMF
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVideoDecoderConfigAMF
(
EAVPreset Preset |
Video/Decoders/Configs/VideoDecoderConfigAMF.h |
Structs
| Name | Remarks |
|---|---|
| FParsedPicture |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CodecTypeH264 | FName const | Video/Decoders/Configs/VideoDecoderConfigAMF.h | |
| CodecTypeH265 | FName const | Video/Decoders/Configs/VideoDecoderConfigAMF.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CodecType | FName | Video/Decoders/Configs/VideoDecoderConfigAMF.h | ||
| Height | uint32 | Video/Decoders/Configs/VideoDecoderConfigAMF.h | ||
| Width | uint32 | Video/Decoders/Configs/VideoDecoderConfigAMF.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Variants | TMap< wchar_t const *, amf::AMFVariantStruct, FDefaultSetAllocator, TStringPointerMapKeyFuncs_DEPRECATED< wchar_t const *, amf::AMFVariantStruct > > | Video/Decoders/Configs/VideoDecoderConfigAMF.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFrom
(
amf::AMFPropertyStorage const* Other |
Video/Decoders/Configs/VideoDecoderConfigAMF.h | ||
void CopyTo
(
amf::AMFPropertyStorage* Other |
Video/Decoders/Configs/VideoDecoderConfigAMF.h | ||
bool GetProperty
(
wchar_t const* Name, |
Video/Decoders/Configs/VideoDecoderConfigAMF.h | ||
FAVResult Parse
(
TSharedRef< FAVInstance > const& Instance, |
Video/Decoders/Configs/VideoDecoderConfigAMF.h | ||
void SetProperty
(
wchar_t const* Name, |
Video/Decoders/Configs/VideoDecoderConfigAMF.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
FVideoDecoderConfigAMF const& Other |
Video/Decoders/Configs/VideoDecoderConfigAMF.h | ||
bool operator==
(
FVideoDecoderConfigAMF const& Other |
Video/Decoders/Configs/VideoDecoderConfigAMF.h |