MediaDrm.ReleaseSecureStops(Byte[]) Method

Definition

Process the secure stop server response message ssRelease.

[Android.Runtime.Register("releaseSecureStops", "([B)V", "")]
public void ReleaseSecureStops (byte[] ssRelease);
[<Android.Runtime.Register("releaseSecureStops", "([B)V", "")>]
member this.ReleaseSecureStops : byte[] -> unit

Parameters

ssRelease
Byte[]

the server response indicating which secure stops to release

Attributes

Remarks

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