Skip to main content
Version: 20 Mar 2024

MLMediaPlayerTrackDRMSessionInfo

DRM Session information for a MediaPlayer Track.

Public Attributes

SessionId

DRM Session ID of type #MLMediaDRMByteArray.


public IntPtr SessionId;


TrackType

Media track type, can be either audio or video.


public Track.Type TrackType;

TypeDescription
Track.TypeMedia player track types.

Uuid

UUID of the DRM Scheme of type #MLUUID.


public IntPtr Uuid;


Version


public uint Version;