Skip to main content
Version: 14 May 2024

MLMediaDRMKeyStatusInfo

MediaDRM session keys status change info.

Public Attributes

data

User data as passed to MLMediaDRMPlayerSetEventCallbacksEx().


public IntPtr data;


hasNewUsableKey

Indicates if a key has been added that is usable, which may trigger an attempt to resume playback on the media stream if it is currently blocked waiting for a key.


public bool hasNewUsableKey;


keyStatusCount

Number of KeyStatus entries.


public ulong keyStatusCount;


keyStatuses

Pointer to array of size keyStatusCount.


public IntPtr keyStatuses;


sessionIdByteArray

DRM session id associated with the event.


public IntPtr sessionIdByteArray;