Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| |
|
| Name |
UE::AVCodecCore::H265::EH265VideoFormat |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h |
| Include Path |
#include "Video/CodecUtils/CodecUtilsH265.h" |
Syntax
namespace UE
{
namespace AVCodecCore
{
namespace H265
{
enum EH265VideoFormat
{
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 |
|