Condividi tramite


HolographicCamera.IsHardwareContentProtectionSupported Proprietà

Definizione

Ottiene un valore che indica se la protezione del contenuto hardware è supportata per holographicCamera.

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

Valore della proprietà

Boolean

bool

Indica se la protezione del contenuto hardware è supportata.

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v7.0)

Commenti

Per abilitare la protezione del contenuto hardware per il buffer nascosto del livello primario, impostare IsHardwareContentProtectionEnabled su true.

Per abilitare la protezione del contenuto hardware per il buffer di un livello quad, chiamare AcquireBufferToUpdateContentWithHardwareProtection ogni volta che si acquisiscono nuovi buffer per gli aggiornamenti.

Si applica a