HdcpSession.IsEffectiveProtectionAtLeast(HdcpProtection) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Verifica se a proteção efetiva da instância hdcpSession é pelo menos igual ao valor de HdcpProtection fornecido.
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
O nível de proteção para marcar no nível de proteção da instância do HdcpSession.
Retornos
Boolean
bool
True se o nível de proteção do HdcpSession for pelo menos igual ao valor de proteção.