Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/FColorimetryHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Update
(
const TArray< uint8 >& InFromCOLRBox |
Utils/VideoDecoderHelpers.h | ||
void Update
(
uint8 colour_primaries, |
Utils/VideoDecoderHelpers.h |
Update(const TArray< uint8 > &)
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/VideoDecoderHelpers.h |
| Include Path | #include "Utils/VideoDecoderHelpers.h" |
| Source | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Private/Utils/VideoDecoderHelpers.cpp |
void Update
(
const TArray< uint8 > & InFromCOLRBox
)
Update(uint8, uint8, uint8, uint8, uint8)
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/VideoDecoderHelpers.h |
| Include Path | #include "Utils/VideoDecoderHelpers.h" |
| Source | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Private/Utils/VideoDecoderHelpers.cpp |
void Update
(
uint8 colour_primaries,
uint8 transfer_characteristics,
uint8 matrix_coeffs,
uint8 video_full_range_flag,
uint8 video_format
)