MediaDrm.SecureStops Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.