Navigation
API > API/Plugins > API/Plugins/TmvMedia
Defines the color space, encoding and yuv matrix of a frame buffer in the tmv framework.
| Name | FTmvMediaFrameColorInfo |
| Type | struct |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/TmvMediaFrameColorInfo.h |
| Include Path | #include "TmvMediaFrameColorInfo.h" |
Syntax
struct FTmvMediaFrameColorInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColorSpace | UE::Color::EColorSpace | Information about the color space of the corresponding frame buffer. | TmvMediaFrameColorInfo.h | |
| Encoding | UE::Color::EEncoding | Information about the color encoding of the corresponding frame buffer. | TmvMediaFrameColorInfo.h | |
| ReferenceWhiteOverride | UE::Color::EReferenceWhite | Reference-white standard used to scale UE scene-linear 1.0 to diffuse white. | TmvMediaFrameColorInfo.h | |
| YuvMatrix | ETmvMediaFrameColorMatrix | Information about the YUV color matrix of the corresponding frame buffer. | TmvMediaFrameColorInfo.h | |
| YuvMatrixRange | ETmvMediaFrameColorMatrixRange | Information about the YUV color matrix range of the corresponding frame buffer. | TmvMediaFrameColorInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyOverrides
(
const FTmvMediaFrameColorInfo& InOverrides |
Apply the color info overrides, i.e. everything that has a value set. | TmvMediaFrameColorInfo.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTmvMediaFrameColorInfo MakeNeutral () |
Make a neutral "no-overrides" color info that leaves everything unspecified. | TmvMediaFrameColorInfo.h |