Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| Name | UE::AVCodecCore::VP9::EBitDepth |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsVP9.h |
| Include Path | #include "Video/CodecUtils/CodecUtilsVP9.h" |
Syntax
namespace UE
{
namespace AVCodecCore
{
namespace VP9
{
enum EBitDepth
{
k8Bit = 8,
k10Bit = 10,
k12Bit = 12,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| k8Bit | |
| k10Bit | |
| k12Bit |