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

适用于