MediaDrm.GetSecurityLevel(Byte[]) Method

Definition

Return the current security level of a session.

[Android.Runtime.Register("getSecurityLevel", "([B)I", "", ApiSince=28)]
public Android.Media.SecurityLevel GetSecurityLevel (byte[] sessionId);
[<Android.Runtime.Register("getSecurityLevel", "([B)I", "", ApiSince=28)>]
member this.GetSecurityLevel : byte[] -> Android.Media.SecurityLevel

Parameters

sessionId
Byte[]

the session to query. <p>

Returns

SecurityLevel

the security level of the session

Attributes

Remarks

Java documentation for android.media.MediaDrm.getSecurityLevel(byte[]).

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.

Applies to