Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/FESDescriptor
See http://mp4ra.org/#/object_types.
| Name | FObjectTypeID |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/MPEG/ElectraUtilsMPEGAudio.h |
| Include Path | #include "Utils/MPEG/ElectraUtilsMPEGAudio.h" |
Syntax
enum FObjectTypeID
{
Unknown = 0,
Text_Stream = 8,
MPEG4_Video = 0x20,
H264 = 0x21,
H264_ParameterSets = 0x22,
H265 = 0x23,
MPEG4_Audio = 0x40,
MPEG1_Audio = 0x6b,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Text_Stream | |
| MPEG4_Video | |
| H264 | |
| H264_ParameterSets | |
| H265 | |
| MPEG4_Audio | |
| MPEG1_Audio |