HdmiDisplayMode.Is2086MetadataSupported 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.
Indicates whether 10 bit display metadata is supported on the device.
public:
property bool Is2086MetadataSupported { bool get(); };
bool Is2086MetadataSupported();
public bool Is2086MetadataSupported { get; }
var boolean = hdmiDisplayMode.is2086MetadataSupported;
Public ReadOnly Property Is2086MetadataSupported As Boolean
Property Value
Boolean
bool
true
if 10 bit display metadata is supported on the device, otherwise false
.