VideoTrack

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

Represent a video track.

Parameters

group

The Group containing this Track.

groupIndex

The index of the containing Group.

trackIndexInGroup

The index of this Track in 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

true if this Track is selected, false otherwise.

Link copied to clipboard

true if this Track is supported, false otherwise.