Skip to main content
Version: 14 May 2024

MLMediaDRMExpirationUpdateInfo

MediaDRM expiration update info associated with a session.

Public Attributes

data

User data as passed to MLMediaDRMPlayerSetEventCallbacksEx().


public readonly IntPtr data;


expirationTimeMs

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.


public readonly ulong expirationTimeMs;


sessionIdByteArray

DRM session id associated with the event.


public readonly IntPtr sessionIdByteArray;