MediaDrmEventType Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.MediaDrm+IOnEventListener.OnEvent, and F:Android.Media.MediaDrm+MediaDrmEventArgs..ctor members.

public enum MediaDrmEventType
type MediaDrmEventType = 
Inheritance
MediaDrmEventType

Fields

KeyExpired 3

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

KeyRequired 2

This event type indicates that the app needs to request keys from a license server.

ProvisionRequired 1

This event type indicates that the app needs to request a certificate from the provisioning server.

SessionReclaimed 5
VendorDefined 4

Remarks

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