HdcpSession.IsEffectiveProtectionAtLeast(HdcpProtection) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überprüft, ob der effektive Schutz der HdcpSession-instance mindestens dem angegebenen HdcpProtection-Wert entspricht.
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
Parameter
- protection
- HdcpProtection
Das Schutzniveau, das anhand der Schutzebene der HdcpSession-instance überprüft werden soll.
Gibt zurück
Boolean
bool
True, wenn die Schutzebene der HdcpSession mindestens dem Wert des Schutzes entspricht.