MediaDrm.MaxHdcpLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the maximum supported HDCP level.
public int MaxHdcpLevel { [Android.Runtime.Register("getMaxHdcpLevel", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMaxHdcpLevel", "()I", "", ApiSince=28)>]
member this.MaxHdcpLevel : int
Property Value
the maximum supported HDCP level
- Attributes
Remarks
Return the maximum supported HDCP level. The maximum HDCP level is a constant for a given device, it does not depend on downstream receivers that may be connected. If multiple HDCP-capable interfaces are present, it indicates the highest of the maximum HDCP levels of all interfaces.
Java documentation for android.media.MediaDrm.getMaxHdcpLevel()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.