Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| Name | EVideoFormat |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h |
| Include Path | #include "Video/VideoResource.h" |
Syntax
enum EVideoFormat
{
BGRA = EPixelFormat::PF_B8G8R8A8,
ABGR10 = EPixelFormat::PF_A2B10G10R10,
NV12 = EPixelFormat::PF_NV12,
P010 = EPixelFormat::PF_P010,
R8 = EPixelFormat::PF_R8,
G16 = EPixelFormat::PF_G16,
YUV420 = 253U,
YUV444 = 254U,
YUV444_16 = 255U,
}
Values
| Name | Remarks |
|---|---|
| BGRA | |
| ABGR10 | |
| NV12 | |
| P010 | |
| R8 | |
| G16 | |
| YUV420 | TODO No match to engine formats and should be updated if that changes. |
| YUV444 | |
| YUV444_16 |