Navigation
API > API/Plugins > API/Plugins/ElectraBase
This structure contains codec format related information. Only information pertaining to the codec that can be derived from the container, the RFC6381 format string or a media stream playlist should be stored here.
| Name | FCodecTypeFormat |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/CodecTypeFormat.h |
| Include Path | #include "CodecTypeFormat.h" |
Syntax
struct FCodecTypeFormat
Structs
| Name | Remarks |
|---|---|
| FAudio | |
| FSubtitle | |
| FTMCDTimecode | |
| FVideo |
Enums
Public
| Name | Remarks |
|---|---|
| EKeyframeMode | |
| EType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageBitrate | uint32 | CodecTypeFormat.h | ||
| Bitrate | uint32 | CodecTypeFormat.h | ||
| CSD | TArray< uint8 > | CodecTypeFormat.h | ||
| DCR | TArray< uint8 > | CodecTypeFormat.h | ||
| ExtraBoxes | TMap< uint32, TArray< uint8 > > | CodecTypeFormat.h | ||
| FourCC | uint32 | CodecTypeFormat.h | ||
| HumanReadableFormatInfo | FString | CodecTypeFormat.h | ||
| KeyframeMode | EKeyframeMode | CodecTypeFormat.h | ||
| LanguageTag | BCP47::FLanguageTag | CodecTypeFormat.h | ||
| MimeType | FString | CodecTypeFormat.h | ||
| Properties | TVariant< FEmptyVariantState, FVideo, FAudio, FSubtitle, FTMCDTimecode > | CodecTypeFormat.h | ||
| RFC6381 | FString | CodecTypeFormat.h | ||
| Type | EType | CodecTypeFormat.h |