MediaDrm.EventKeyExpired Field

Definition

Caution

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

This event type indicates that the licensed usage duration for keys in a session has expired.

[Android.Runtime.Register("EVENT_KEY_EXPIRED")]
[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 EventKeyExpired = 3;
[<Android.Runtime.Register("EVENT_KEY_EXPIRED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)>]
val mutable EventKeyExpired : Android.Media.MediaDrmEventType

Field Value

MediaDrmEventType
Attributes

Remarks

Java documentation for android.media.MediaDrm.EVENT_KEY_EXPIRED.

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