Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/FHDRHelper
| Name | FVideoDecoderHDRInformation |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/VideoDecoderHelpers.h |
| Include Path | #include "Utils/VideoDecoderHelpers.h" |
Syntax
class FVideoDecoderHDRInformation : public IVideoDecoderHDRInformation
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVideoDecoderHDRInformation() |
Utils/VideoDecoderHelpers.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentLightLevelInfo | TOptional< FVideoDecoderHDRMetadata_content_light_level_info > | Utils/VideoDecoderHelpers.h | ||
| HDRType | IVideoDecoderHDRInformation::EType | Utils/VideoDecoderHelpers.h | ||
| MasteringDisplayColourVolume | TOptional< FVideoDecoderHDRMetadata_mastering_display_colour_volume > | Utils/VideoDecoderHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FVideoDecoderHDRMetadata_content_light_level_info * GetContentLightLevelInfo() |
Utils/VideoDecoderHelpers.h | ||
IVideoDecoderHDRInformation::EType GetHDRType() |
Utils/VideoDecoderHelpers.h | ||
const FVideoDecoderHDRMetadata_mastering_display_colour_volume * GetMasteringDisplayColourVolume() |
Utils/VideoDecoderHelpers.h | ||
void SetContentLightLevelInfo
(
const FVideoDecoderHDRMetadata_content_light_level_info& In |
Utils/VideoDecoderHelpers.h | ||
void SetHDRType
(
IVideoDecoderHDRInformation::EType InHDRType |
Utils/VideoDecoderHelpers.h | ||
void SetMasteringDisplayColourVolume
(
const FVideoDecoderHDRMetadata_mastering_display_colour_volume& In |
Utils/VideoDecoderHelpers.h |