TextTrack

class TextTrack(group: Tracks.Group, groupIndex: Int, trackIndexInGroup: Int) : Track

Represents a text track within a media file.

Parameters

group

The Group this audio track belongs to.

groupIndex

The index of the group this track belongs to within the overall track list.

trackIndexInGroup

The index of this track within its containing group.

Constructors

Link copied to clipboard
constructor(group: Tracks.Group, groupIndex: Int, trackIndexInGroup: Int)

Properties

Link copied to clipboard

The Format of this Track.

Link copied to clipboard

Indicates whether this Track is currently selected.

Link copied to clipboard

Indicates whether this Track is supported for playback.