Skip to main content
Version: 14 May 2024

MLMediaDRMEventInfo

MediaDRM event info associated with a session.

Public Attributes

data

User data as passed to MLMediaDRMPlayerSetEventCallbacksEx().


public readonly IntPtr data;


eventDataByteArray

Optional data that may be associated with the event.


public readonly IntPtr eventDataByteArray;


eventType

Type of Media DRM event.


public readonly EventType eventType;

TypeDescription
readonly EventTypeThe type of DRM event.

extra

Extra Secondary error code.


public readonly int extra;


sessionIdByteArray

DRM session id associated with the event.


public readonly IntPtr sessionIdByteArray;