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。