AdvancedColorInfo.IsHdrMetadataFormatCurrentlySupported 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个布尔值,该值描述当前状态的显示器是否支持指定的 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。