Navigation
API > API/Plugins > API/Plugins/BlackmagicCore
| Name | BlackmagicDesign::EFullPixelFormat |
| Type | enum |
| Header File | /Engine/Plugins/Media/BlackmagicMedia/Source/BlackmagicCore/Public/BlackmagicLib.h |
| Include Path | #include "BlackmagicLib.h" |
Syntax
namespace BlackmagicDesign
{
enum EFullPixelFormat
{
pf_8BitBGRA,
pf_8BitYUV,
pf_10BitRGB,
pf_10BitRGBXLE,
pf_10BitYUV,
pf_10BitRGBX,
}
}
Values
| Name | Remarks |
|---|---|
| pf_8BitBGRA | |
| pf_8BitYUV | |
| pf_10BitRGB | |
| pf_10BitRGBXLE | |
| pf_10BitYUV | |
| pf_10BitRGBX |