MediaCaptureVideoProfileMediaDescription.IsHdrVideoSupported 屬性

定義

取得值,指出媒體描述是否包含 HDR 視訊支援。

public:
 property bool IsHdrVideoSupported { bool get(); };
bool IsHdrVideoSupported();
/// [get: Windows.Foundation.Metadata.Deprecated("IsHdrVideoSupported might not be available in the next major update following Windows 10, version 1709", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
bool IsHdrVideoSupported();
public bool IsHdrVideoSupported { get; }
public bool IsHdrVideoSupported { [Windows.Foundation.Metadata.Deprecated("IsHdrVideoSupported might not be available in the next major update following Windows 10, version 1709", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = mediaCaptureVideoProfileMediaDescription.isHdrVideoSupported;
Public ReadOnly Property IsHdrVideoSupported As Boolean

屬性值

Boolean

bool

如果支援 HDR 視訊,則為 True;否則為 false。

屬性

Windows 需求

應用程式功能
backgroundMediaRecording

適用於