Skip to main content
Version: 20 Mar 2024

MLMediaPlayerSubtitleData

MediaPlayer subtitle data.

Public Attributes

Data

Data of the subtitle.


public IntPtr Data;


DataSize

Size of the Data array.


public uint DataSize;


DurationUs

Duration of the subtitle.


public ulong DurationUs;


StartTimeUs

Start time of the subtitle.


public ulong StartTimeUs;


TrackIndex

Index of the track the subtitle is on.


public uint TrackIndex;