共用方式為


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。

適用於