Navigation
API > API/Plugins > API/Plugins/GoogleARCoreRendering
| Name | EYCbCrModelConversion |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreRendering/Public/GoogleARCoreYCbCrConversion.h |
| Include Path | #include "GoogleARCoreYCbCrConversion.h" |
Syntax
enum EYCbCrModelConversion
{
None = 0,
YCbCrIdentity,
YCbCrRec709,
YCbCrRec601,
YCbCrRec2020,
Max,
}
Values
| Name | Remarks |
|---|---|
| None | |
| YCbCrIdentity | |
| YCbCrRec709 | |
| YCbCrRec601 | |
| YCbCrRec2020 | |
| Max |