Share via


DisplayAdvancedColorInfo.IsHdrMetadataFormatCurrentlySupported Method

Definition

Returns a Boolean value that indicates whether or not the specified HDR metadata format is supported by the display in its current state.

public:
 virtual bool IsHdrMetadataFormatCurrentlySupported(DisplayHdrMetadataFormat format) = IsHdrMetadataFormatCurrentlySupported;
bool IsHdrMetadataFormatCurrentlySupported(DisplayHdrMetadataFormat const& format);
public bool IsHdrMetadataFormatCurrentlySupported(DisplayHdrMetadataFormat format);
function isHdrMetadataFormatCurrentlySupported(format)
Public Function IsHdrMetadataFormatCurrentlySupported (format As DisplayHdrMetadataFormat) As Boolean

Parameters

format
DisplayHdrMetadataFormat

The HDR metadata format to check.

Returns

Boolean

bool

true if the format is supported; otherwise, false.

Applies to