HdcpSession.GetEffectiveProtection 메서드

정의

HdcpSession instance 효과적인 보호를 반환합니다.

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

반환

HdcpSession instance 현재 가지고 있는 보호 수준입니다.

설명

이 메서드의 출력을 얻으려면 HdcpProtection 형식의 변수에 할당합니다.

HdcpProtection? protection = hdcpSession.GetEffectiveProtection();

그런 다음, 열거형의 실제 값을 얻으려면 를 사용합니다 protection.Value.

적용 대상