HdcpSession.IsEffectiveProtectionAtLeast(HdcpProtection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查 HdcpSession 實例的有效保護是否至少等於指定的 HdcpProtection 值。
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
參數
- protection
- HdcpProtection
要針對 HdcpSession 實例的保護層級進行檢查的保護層級。
傳回
Boolean
bool
如果 HdcpSession 的保護層級至少等於 保護的值,則為 True。