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 EColorRange
{
CR_StudioSwing = 0,
CR_FullSwing = 1,
}
Values
Name | Description |
---|---|
CR_StudioSwing | For BitDepth equals 8: Y is between 16 and 235 inclusive. |
CR_FullSwing | No restriction on Y, U, V values. |