Share via


HdcpSession.IsEffectiveProtectionAtLeast(HdcpProtection) Method

Definition

Checks whether the effective protection of the HdcpSession instance is at least equal to the given HdcpProtection value.

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

Parameters

protection
HdcpProtection

The level of protection to check against the HdcpSession instance's protection level.

Returns

Boolean

bool

True if the protection level of the HdcpSession is at least equal to the value of protection.

Applies to