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