Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
APV Codec ISO Media File Format Binding
| Name | FAPVDecoderConfigurationRecord |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/OpenAPV/ElectraUtilsAPVVideo.h |
| Include Path | #include "Utils/OpenAPV/ElectraUtilsAPVVideo.h" |
Syntax
class FAPVDecoderConfigurationRecord
Structs
| Name | Remarks |
|---|---|
| FConfigurationEntry |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Band | uint8 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| bIsNonConformant | bool | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| BitDepth | uint8 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| ColorInfo | FColorInfo | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| ConfigurationEntries | TArray< FConfigurationEntry > | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| Height | uint32 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| LargestBand | uint8 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| LargestLevel | uint8 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| LargestProfile | uint8 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| Level | uint8 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| NumEncodedFrameVariants | int32 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| Profile | uint8 | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| RawData | TArray< uint8 > | Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
| Width | uint32 | Utils/OpenAPV/ElectraUtilsAPVVideo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 GetBand() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
uint8 GetBitDepth() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
FString GetCodecSpecifierRFC6381() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
const FColorInfo & GetColorInfo() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
const TArray< FConfigurationEntry > & GetConfigurationEntries() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
FString GetFormatInfo () |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
uint32 GetHeight() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
uint8 GetLevel() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
int32 GetNumEncodedFrameVariants() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
uint8 GetProfile() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
const TArray< uint8 > & GetRawData() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
uint32 GetWidth() |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
bool Parse
(
const TConstArrayView< uint8 > InDCR |
Utils/OpenAPV/ElectraUtilsAPVVideo.h | ||
bool ParseFromAU
(
const TConstArrayView64< uint8 > InAccessUnit |
Utils/OpenAPV/ElectraUtilsAPVVideo.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetFormatInfo
(
uint32 InProfile, |
Utils/OpenAPV/ElectraUtilsAPVVideo.h |