HolographicQuadLayerUpdateParameters.CanAcquireWithHardwareProtection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個四邊層是否支援硬體內容保護。
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。