Partager via


HolographicCamera.IsHardwareContentProtectionSupported Propriété

Définition

Obtient si la protection du contenu matériel est prise en charge pour cette HolographicCamera.

public:
 property bool IsHardwareContentProtectionSupported { bool get(); };
bool IsHardwareContentProtectionSupported();
public bool IsHardwareContentProtectionSupported { get; }
var boolean = holographicCamera.isHardwareContentProtectionSupported;
Public ReadOnly Property IsHardwareContentProtectionSupported As Boolean

Valeur de propriété

Boolean

bool

Indique si la protection du contenu matériel est prise en charge.

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1809 (introduit dans 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v7.0)

Remarques

Pour activer la protection du contenu matériel pour la mémoire tampon arrière de la couche primaire, définissez IsHardwareContentProtectionEnabled sur true.

Pour activer la protection du contenu matériel pour la mémoire tampon d’une quatre couches, appelez AcquireBufferToUpdateContentWithHardwareProtection chaque fois que vous acquérez de nouvelles mémoires tampons pour les mises à jour.

S’applique à