Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FColorimetryHelper |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/VideoDecoderHelpers.h |
| Include Path | #include "Utils/VideoDecoderHelpers.h" |
Syntax
class FColorimetryHelper
Classes
| Name | Remarks |
|---|---|
| FVideoDecoderColorimetry |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentColorimetry | TSharedPtr< FVideoDecoderColorimetry, ESPMode::ThreadSafe > | Utils/VideoDecoderHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCurrentValues
(
uint8& colour_primaries, |
Utils/VideoDecoderHelpers.h | ||
void Reset() |
Utils/VideoDecoderHelpers.h | ||
void Update
(
const TArray< uint8 >& InFromCOLRBox |
Utils/VideoDecoderHelpers.h | ||
void Update
(
uint8 colour_primaries, |
Utils/VideoDecoderHelpers.h | ||
void UpdateParamDict
(
FParamDict& InOutDictionary |
Utils/VideoDecoderHelpers.h |