HolographicCamera.IsHardwareContentProtectionSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此 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 。