Navigation
API > API/Plugins > API/Plugins/BlackmagicCore
References
| Module | BlackmagicCore |
| Header | /Engine/Plugins/Media/BlackmagicMedia/Source/BlackmagicCore/Public/BlackmagicLib.h |
| Include | #include "BlackmagicLib.h" |
Syntax
struct FHDRMetaData
Remarks
HDR Metadata.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAvailable | Whether the data contained in this struct is valid. | |
| EHDRMetaDataColorspace | ColorSpace | Target color space. | |
| double | DisplayPrimariesBlueX | Blue chromaticity X coordinate. | |
| double | DisplayPrimariesBlueY | Blue chromaticity Y coordinate. | |
| double | DisplayPrimariesGreenX | Green chromaticity X coordinate. | |
| double | DisplayPrimariesGreenY | Green chromaticity Y coordinate. | |
| double | DisplayPrimariesRedX | Red chromaticity X coordinate. | |
| double | DisplayPrimariesRedY | Red chromaticity Y coordinate. | |
| EHDRMetaDataEOTF | EOTF | HDR Transfer function. | |
| double | MaxContentLightLevel | Max content light level. | |
| double | MaxDisplayLuminance | Max display mastering luminance. | |
| double | MaxFrameAverageLightLevel | Max frame average light level. | |
| double | MinDisplayLuminance | Min display mastering luminance. | |
| double | WhitePointX | White point X coordinate. | |
| double | WhitePointY | White point Y coordinate. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHDRMetaData () |