HdcpSession.IsEffectiveProtectionAtLeast(HdcpProtection) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie si la protection effective du instance HdcpSession est au moins égale à la valeur HdcpProtection donnée.
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
Paramètres
- protection
- HdcpProtection
Niveau de protection à case activée contre le niveau de protection du instance HdcpSession.
Retours
Boolean
bool
True si le niveau de protection de hdcpSession est au moins égal à la valeur de la protection.