Navigation
Unreal Engine C++ API Reference > Plugins > ElectraDecoders > Utils > Google > FVP9UncompressedHeader
References
Module | ElectraDecoders |
Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/Google/ElectraUtilsVPxVideo.h |
Include | #include "Utils/Google/ElectraUtilsVPxVideo.h" |
Syntax
enum EColorSpace
{
CS_Unknown = 0,
CS_BT_601 = 1,
CS_BT_709 = 2,
CS_SMPTE_170 = 3,
CS_SMPTE_240 = 4,
CS_BT_2020 = 5,
CS_Reserved = 6,
CS_RGB = 7,
}
Values
Name | Description |
---|---|
CS_Unknown | |
CS_BT_601 | |
CS_BT_709 | |
CS_SMPTE_170 | |
CS_SMPTE_240 | |
CS_BT_2020 | |
CS_Reserved | |
CS_RGB |