DisplayMonitor.IsDolbyVisionSupportedInHdrMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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)
|