HdcpSession.IsEffectiveProtectionAtLeast(HdcpProtection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.