Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/FESDescriptor
See http://mp4ra.org/#/object_types.
| Name | FObjectTypeID |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/UtilsMPEG.h |
| Include Path | #include "Utilities/UtilsMPEG.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 |