Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video
References
| |
|
| Module |
AVCodecsCore |
| Header |
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h |
| Include |
#include "Video/VideoResource.h" |
Syntax
enum EVideoFormat
&123;
BGRA = EPixelFormat::PF_B8G8R8A8,
ABGR10 = EPixelFormat::PF_A2B10G10R10,
NV12 = EPixelFormat::PF_NV12,
P010 = EPixelFormat::PF_P010,
R8 = EPixelFormat::PF_R8,
G16 = EPixelFormat::PF_G16,
YUV444 = 254U,
YUV444_16 = 255U,
&125;
Values
| Name |
Description |
| BGRA |
|
| ABGR10 |
|
| NV12 |
|
| P010 |
|
| R8 |
|
| G16 |
|
| YUV444 |
TODO No match to engine formats and should be updated if that changes. |
| YUV444_16 |
|