MediaDrm.SecureStopIds Property

Definition

Return a list of all secure stop IDs currently in persistent memory.

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

Property Value

IList<Byte[]>

a list of secure stop IDs

Attributes

Remarks

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

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