public static interface MediaDrm.OnEventListener
Modifier and Type | Method and Description |
---|---|
void |
onEvent(MediaDrm md,
byte[] sessionId,
int event,
int extra,
byte[] data)
Called when an event occurs that requires the app to be notified
|
void onEvent(MediaDrm md, byte[] sessionId, int event, int extra, byte[] data)
md
- the MediaDrm object on which the event occurredsessionId
- the DRM session ID on which the event occurred,
or null
if there is no session ID associated with the event.event
- indicates the event typeextra
- an secondary error codedata
- optional byte array of data that may be associated with the event