HolographicQuadLayerUpdateParameters.CanAcquireWithHardwareProtection 属性

定义

获取此象限层是否支持硬件内容保护。

public:
 property bool CanAcquireWithHardwareProtection { bool get(); };
bool CanAcquireWithHardwareProtection();
public bool CanAcquireWithHardwareProtection { get; }
var boolean = holographicQuadLayerUpdateParameters.canAcquireWithHardwareProtection;
Public ReadOnly Property CanAcquireWithHardwareProtection As Boolean

属性值

Boolean

bool

是否支持硬件内容保护。

Windows 要求

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

注解

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

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

适用于