Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| |
|
| Name |
UE::AVCodecCore::H264::EH264VideoFormat |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h |
| Include Path |
#include "Video/CodecUtils/CodecUtilsH264.h" |
Syntax
namespace UE
{
namespace AVCodecCore
{
namespace H264
{
enum EH264VideoFormat
{
Component = 0,
PAL = 1,
NTSC = 2,
SECAM = 3,
MAC = 4,
Unspecified = 5,
Reserved6 = 6,
Reserved7 = 7,
}
}
}
}
Values
| Name |
Remarks |
| Component |
|
| PAL |
|
| NTSC |
|
| SECAM |
|
| MAC |
|
| Unspecified |
|
| Reserved6 |
|
| Reserved7 |
|