DisplayMonitor.IsDolbyVisionSupportedInHdrMode Property

Definition

Gets a value that indicates whether the monitor's metadata has specified that it treats high dynamic range (HDR) as a special Dolby Vision mode. This API is intended to be used by the DolbyVision video decoder running within media to play specially certified content.

public:
 property bool IsDolbyVisionSupportedInHdrMode { bool get(); };
bool IsDolbyVisionSupportedInHdrMode();
public bool IsDolbyVisionSupportedInHdrMode { get; }
var boolean = displayMonitor.isDolbyVisionSupportedInHdrMode;
Public ReadOnly Property IsDolbyVisionSupportedInHdrMode As Boolean

Property Value

Boolean

bool

true if the monitor's metadata has specified that it treats high dynamic range (HDR) as a special Dolby Vision mode, otherwise false.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Applies to