HolographicCamera.IsHardwareContentProtectionSupported 属性

定义

获取此 HolographicCamera 是否支持硬件内容保护。

public:
 property bool IsHardwareContentProtectionSupported { bool get(); };
bool IsHardwareContentProtectionSupported();
public bool IsHardwareContentProtectionSupported { get; }
var boolean = holographicCamera.isHardwareContentProtectionSupported;
Public ReadOnly Property IsHardwareContentProtectionSupported As Boolean

属性值

Boolean

bool

是否支持硬件内容保护。

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

注解

若要为主层的后台缓冲区启用硬件内容保护,请将 IsHardwareContentProtectionEnabled 设置为 true。

若要为四层缓冲区启用硬件内容保护,请在获取更新的新缓冲区时调用 AcquireBufferToUpdateContentWithHardwareProtection

适用于