Compartir a través de


HdcpSession.IsEffectiveProtectionAtLeast(HdcpProtection) Método

Definición

Comprueba si la protección efectiva de la instancia de HdcpSession es al menos igual que el valor hdcpProtection especificado.

public:
 virtual bool IsEffectiveProtectionAtLeast(HdcpProtection protection) = IsEffectiveProtectionAtLeast;
bool IsEffectiveProtectionAtLeast(HdcpProtection const& protection);
public bool IsEffectiveProtectionAtLeast(HdcpProtection protection);
function isEffectiveProtectionAtLeast(protection)
Public Function IsEffectiveProtectionAtLeast (protection As HdcpProtection) As Boolean

Parámetros

protection
HdcpProtection

Nivel de protección para comprobar el nivel de protección de la instancia de HdcpSession .

Devoluciones

Boolean

bool

True si el nivel de protección de HdcpSession es al menos igual al valor de protección.

Se aplica a