Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.01 KB

holographiccamera_ishardwarecontentprotectionsupported.md

File metadata and controls

27 lines (18 loc) · 1.01 KB
-api-id -api-type ms.custom
P:Windows.Graphics.Holographic.HolographicCamera.IsHardwareContentProtectionSupported
winrt property
RS5

Windows.Graphics.Holographic.HolographicCamera.IsHardwareContentProtectionSupported

-description

Gets whether hardware content protection is supported for this HolographicCamera.

-property-value

Whether hardware content protection is supported.

-remarks

To enable hardware content protection for the primary layer's back buffer, set IsHardwareContentProtectionEnabled to true.

To enable hardware content protection for a quad layer's buffer, call AcquireBufferToUpdateContentWithHardwareProtection whenever you acquire new buffers for updates.

-see-also

-examples