Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | IVideoDecoderHDRInformation |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaVideoDecoderOutput.h |
| Include Path | #include "MediaVideoDecoderOutput.h" |
Syntax
class IVideoDecoderHDRInformation : public TSharedFromThis< IVideoDecoderHDRInformation, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IVideoDecoderHDRInformation
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IVideoDecoderHDRInformation() |
MediaVideoDecoderOutput.h |
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FVideoDecoderHDRMetadata_content_light_level_info * GetContentLightLevelInfo() |
Get content light level info if available. Returns nullptr if information is not available. | MediaVideoDecoderOutput.h | |
EType GetHDRType() |
Returns the type of HDR in use. | MediaVideoDecoderOutput.h | |
const FVideoDecoderHDRMetadata_mastering_display_colour_volume * GetMasteringDisplayColourVolume() |
Get mastering display colour volume if available. Returns nullptr if information is not available. | MediaVideoDecoderOutput.h |