MediaDrm.GetSecureStop(Byte[]) Method

Definition

Access a specific secure stop given its secure stop ID.

[Android.Runtime.Register("getSecureStop", "([B)[B", "", ApiSince=22)]
public byte[] GetSecureStop (byte[] ssid);
[<Android.Runtime.Register("getSecureStop", "([B)[B", "", ApiSince=22)>]
member this.GetSecureStop : byte[] -> byte[]

Parameters

ssid
Byte[]

the ID of the secure stop to return

Returns

Byte[]

the secure stop identified by ssid

Attributes

Remarks

Java documentation for android.media.MediaDrm.getSecureStop(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