MLMediaDRMExpirationUpdateInfo
Module: Media Player
MediaDRM expiration update info associated with a session. More...
#include <ml_media_drm.h>
Public Attributes
Type | Name |
---|---|
MLMediaDRMByteArray * | session_id |
uint64_t | expiration_time_ms The new expiration time for the keys in the session. The time is in milliseconds, relative to the Unix epoch. A time of 0 indicates that the keys never expire. |
void * | data |
Detailed Description
struct MLMediaDRMExpirationUpdateInfo;
MediaDRM expiration update info associated with a session.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 20
Public Attributes Documentation
session_id
MLMediaDRMByteArray * session_id;
DRM session id associated with the event.
expiration_time_ms
uint64_t expiration_time_ms;
The new expiration time for the keys in the session. The time is in milliseconds, relative to the Unix epoch. A time of 0 indicates that the keys never expire.
data
void * data;
User data as passed to MLMediaDRMPlayerSetEventCallbacksEx().