Navigation
API > API/Plugins > API/Plugins/TmvMedia
Defines the color model the components are representing. The usage is for the sample converter implementation to convert to the final RGBA format for the final media texture. It is not intended to be a fully generalized format.
| Name | ETmvMediaFrameColorModel |
| Type | enum |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/TmvMediaFrameInfo.h |
| Include Path | #include "TmvMediaFrameInfo.h" |
Syntax
enum ETmvMediaFrameColorModel
{
YUV = 0,
RGB,
}
Values
| Name | Remarks |
|---|---|
| YUV | |
| RGB |