次の方法で共有


HdcpSession.GetEffectiveProtection メソッド

定義

HdcpSession インスタンスの有効な保護を返します。

public:
 virtual IReference<HdcpProtection> ^ GetEffectiveProtection() = GetEffectiveProtection;
IReference<HdcpProtection> GetEffectiveProtection();
public System.Nullable<HdcpProtection> GetEffectiveProtection();
function getEffectiveProtection()
Public Function GetEffectiveProtection () As Nullable(Of HdcpProtection)

戻り値

HdcpSession インスタンスが現在持っている保護のレベル。

注釈

このメソッドの出力を取得するには、 それを HdcpProtection 型の変数に割り当てます。

HdcpProtection? protection = hdcpSession.GetEffectiveProtection();

次に、列挙体の実際の値を取得するには、 を使用 protection.Valueします。

適用対象