Share via


AdvancedColorInfo.IsHdrMetadataFormatCurrentlySupported 方法

定义

返回一个布尔值,该值描述当前状态的显示器是否支持指定的 HDR 元数据格式。

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

参数

format
HdrMetadataFormat

要检查的 HDR 元数据格式。

返回

Boolean

bool

如果支持格式,则为 True;否则为 false

适用于