共用方式為


HdcpSession.IsEffectiveProtectionAtLeast(HdcpProtection) 方法

定義

檢查 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。

適用於