Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FHDRHelper |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/VideoDecoderHelpers.h |
| Include Path | #include "Utils/VideoDecoderHelpers.h" |
Syntax
class FHDRHelper
Classes
| Name | Remarks |
|---|---|
| FVideoDecoderHDRInformation |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveAlternativeTransferCharacteristics | TOptional< ElectraDecodersUtil::MPEG::FSEIMessage > | Utils/VideoDecoderHelpers.h | ||
| ActiveContentLightLevelInfo | TOptional< ElectraDecodersUtil::MPEG::FSEIMessage > | Utils/VideoDecoderHelpers.h | ||
| ActiveMasteringDisplayColourVolume | TOptional< ElectraDecodersUtil::MPEG::FSEIMessage > | Utils/VideoDecoderHelpers.h | ||
| bIsFirst | bool | Utils/VideoDecoderHelpers.h | ||
| CurrentAlternativeTransferCharacteristics | int32 | Utils/VideoDecoderHelpers.h | ||
| CurrentHDRInfo | TSharedPtr< FVideoDecoderHDRInformation, ESPMode::ThreadSafe > | Utils/VideoDecoderHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Utils/VideoDecoderHelpers.h | ||
void SetHDRType
(
int32 BitDepth, |
Utils/VideoDecoderHelpers.h | ||
void Update
(
int32 BitDepth, |
Utils/VideoDecoderHelpers.h | ||
void Update
(
int32 BitDepth, |
Utils/VideoDecoderHelpers.h | ||
void UpdateFromMPEGBoxes
(
int32 BitDepth, |
Utils/VideoDecoderHelpers.h | ||
void UpdateParamDict
(
FParamDict& InOutDictionary |
Utils/VideoDecoderHelpers.h | ||
void UpdateWith
(
const ElectraDecodersUtil::MPEG::FSEImastering_display_colour_volume& InSEI |
Utils/VideoDecoderHelpers.h | ||
void UpdateWith
(
const ElectraDecodersUtil::MPEG::FSEIcontent_light_level_info& InSEI |
Utils/VideoDecoderHelpers.h | ||
void UpdateWith
(
const ElectraDecodersUtil::MPEG::FSEIalternative_transfer_characteristics& InSEI |
Utils/VideoDecoderHelpers.h |