MediaDrm.SecureStops Property

Definition

Secure stops are a way to enforce limits on the number of concurrent streams per subscriber across devices.

public System.Collections.Generic.IList<byte[]> SecureStops { [Android.Runtime.Register("getSecureStops", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getSecureStops", "()Ljava/util/List;", "")>]
member this.SecureStops : System.Collections.Generic.IList<byte[]>

Property Value

IList<Byte[]>

a list of all secure stops from secure persistent memory

Attributes

Remarks

Java documentation for android.media.MediaDrm.getSecureStops().

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