MediaDrm.EventVendorDefined Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.

This event may indicate some specific vendor-defined condition, see your DRM provider documentation for details

[Android.Runtime.Register("EVENT_VENDOR_DEFINED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)]
public const Android.Media.MediaDrmEventType EventVendorDefined = 4;
[<Android.Runtime.Register("EVENT_VENDOR_DEFINED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)>]
val mutable EventVendorDefined : Android.Media.MediaDrmEventType

Field Value

Value = 4
Attributes

Remarks

This event may indicate some specific vendor-defined condition, see your DRM provider documentation for details

Java documentation for android.media.MediaDrm.EVENT_VENDOR_DEFINED.

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