Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| |
|
| Name |
UE::AVCodecCore::H265::EH265ProfileIDC |
| 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 EH265ProfileIDC
{
Auto = 0,
Main = 1,
Main10 = 2,
Main10StillPicture = Main10,
MainStillPicture = 3,
FormatRangeExtensions = 4,
Monochrome = FormatRangeExtensions,
Monochrome10 = FormatRangeExtensions,
Monochrome12 = FormatRangeExtensions,
Monochrome16 = FormatRangeExtensions,
Main12 = FormatRangeExtensions,
Main422_10 = FormatRangeExtensions,
Main422_12 = FormatRangeExtensions,
Main444 = FormatRangeExtensions,
Main444_10 = FormatRangeExtensions,
Main444_12 = FormatRangeExtensions,
MainIntra = FormatRangeExtensions,
Main10Intra = FormatRangeExtensions,
Main12Intra = FormatRangeExtensions,
Main422_10Intra = FormatRangeExtensions,
Main422_12Intra = FormatRangeExtensions,
Main444_Intra = FormatRangeExtensions,
Main444_10Intra = FormatRangeExtensions,
Main444_12Intra = FormatRangeExtensions,
Main444_16Intra = FormatRangeExtensions,
Main444StillPicture = FormatRangeExtensions,
Main444_16StillPicture = FormatRangeExtensions,
HighThroughput = 5,
HighThroughput444 = HighThroughput,
HighThroughput444_10 = HighThroughput,
HighThroughput444_14 = HighThroughput,
HighThroughput444_16Intra = HighThroughput,
MultiViewMain = 6,
ScalableMain = 7,
ThreeDimensionalMain = 8,
ScreenContentCoding = 9,
ScreenExtendedMain = ScreenContentCoding,
ScreenExtendedMain10 = ScreenContentCoding,
ScreenExtendedMain444 = ScreenContentCoding,
ScreenExtendedMain444_10 = ScreenContentCoding,
ScalableRangeExtensions = 10,
HighThroughputScreenContentCoding = 11,
ScreenExtendedHighThroughput444 = HighThroughputScreenContentCoding,
ScreenExtendedHighThroughput444_10 = HighThroughputScreenContentCoding,
ScreenExtendedHighThroughput444_14 = HighThroughputScreenContentCoding,
}
}
}
}
Values
| Name |
Remarks |
| Auto |
|
| Main |
|
| Main10 |
|
| Main10StillPicture |
|
| MainStillPicture |
|
| FormatRangeExtensions |
|
| Monochrome |
|
| Monochrome10 |
|
| Monochrome12 |
|
| Monochrome16 |
|
| Main12 |
|
| Main422_10 |
|
| Main422_12 |
|
| Main444 |
|
| Main444_10 |
|
| Main444_12 |
|
| MainIntra |
|
| Main10Intra |
|
| Main12Intra |
|
| Main422_10Intra |
|
| Main422_12Intra |
|
| Main444_Intra |
|
| Main444_10Intra |
|
| Main444_12Intra |
|
| Main444_16Intra |
|
| Main444StillPicture |
|
| Main444_16StillPicture |
|
| HighThroughput |
|
| HighThroughput444 |
|
| HighThroughput444_10 |
|
| HighThroughput444_14 |
|
| HighThroughput444_16Intra |
|
| MultiViewMain |
|
| ScalableMain |
|
| ThreeDimensionalMain |
|
| ScreenContentCoding |
|
| ScreenExtendedMain |
|
| ScreenExtendedMain10 |
|
| ScreenExtendedMain444 |
|
| ScreenExtendedMain444_10 |
|
| ScalableRangeExtensions |
|
| HighThroughputScreenContentCoding |
|
| ScreenExtendedHighThroughput444 |
|
| ScreenExtendedHighThroughput444_10 |
|
| ScreenExtendedHighThroughput444_14 |
|