Navigation
API > API/Plugins > API/Plugins/TmvMedia
Carries the information about the range of the YUV conversion matrix (Scaled vs UnScaled)
| Name | ETmvMediaFrameColorMatrixRange |
| Type | enum |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/TmvMediaFrameColorInfo.h |
| Include Path | #include "TmvMediaFrameColorInfo.h" |
Syntax
enum ETmvMediaFrameColorMatrixRange
{
Limited = 0,
Full = 1,
}
Values
| Name | Remarks |
|---|---|
| Limited | Typical [16,219] (on 8 bits) limited range. |
| Full | Full [0, 255] range. |