DrmManagerClient.AvailableDrmSupportInfo Property

Definition

Retrieves information about all the DRM plug-ins (agents) that are registered with the DRM framework.

public virtual System.Collections.Generic.ICollection<Android.Drm.DrmSupportInfo> AvailableDrmSupportInfo { [Android.Runtime.Register("getAvailableDrmSupportInfo", "()Ljava/util/Collection;", "GetGetAvailableDrmSupportInfoHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getAvailableDrmSupportInfo", "()Ljava/util/Collection;", "GetGetAvailableDrmSupportInfoHandler", ApiSince=30)>]
member this.AvailableDrmSupportInfo : System.Collections.Generic.ICollection<Android.Drm.DrmSupportInfo>

Property Value

List of all the DRM plug-ins (agents) that are registered with the DRM framework.

Attributes

Remarks

Retrieves information about all the DRM plug-ins (agents) that are registered with the DRM framework.

Java documentation for android.drm.DrmManagerClient.getAvailableDrmSupportInfo().

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