Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| |
|
| Name |
UE::AVCodecCore::H265::EH265AspectRatioIDC |
| 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 EH265AspectRatioIDC
{
Unspecified = 0,
Square = 1,
_12x11 = 2,
_10x11 = 3,
_16x11 = 4,
_40x33 = 5,
_24x11 = 6,
_20x11 = 7,
_32x11 = 8,
_80x33 = 9,
_18x11 = 10,
_15x11 = 11,
_64x33 = 12,
_160x99 = 13,
_4x3 = 14,
_3x2 = 15,
_2x1 = 16,
Reserved = 17,
Extended_SAR = 255,
}
}
}
}
Values
| Name |
Remarks |
| Unspecified |
|
| Square |
|
| _12x11 |
|
| _10x11 |
|
| _16x11 |
|
| _40x33 |
|
| _24x11 |
|
| _20x11 |
|
| _32x11 |
|
| _80x33 |
|
| _18x11 |
|
| _15x11 |
|
| _64x33 |
|
| _160x99 |
|
| _4x3 |
|
| _3x2 |
|
| _2x1 |
|
| Reserved |
|
| Extended_SAR |
|