Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 775 Bytes

hdcpsession_geteffectiveprotection_324859136.md

File metadata and controls

29 lines (20 loc) · 775 Bytes
-api-id -api-type
M:Windows.Media.Protection.HdcpSession.GetEffectiveProtection
winrt method

Windows.Media.Protection.HdcpSession.GetEffectiveProtection

-description

Returns the effective protection of the HdcpSession instance.

-returns

The level of protection that the HdcpSession instance currently has.

-remarks

To get the output of this method, assign it to a variable of type HdcpProtection?:

HdcpProtection? protection = hdcpSession.GetEffectiveProtection();

Then, to get the actual value of the enumeration, use protection.Value.

-examples

-see-also