Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| Name | UE::AVCodecCore::VP9::EProfile |
| 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 EProfile
{
Profile0,
Profile1,
Profile2,
Profile3,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Profile0 | |
| Profile1 | |
| Profile2 | |
| Profile3 |