Overview
The Track class represents a track contained in a media resource.
A media resource can have multiple parallel tracks, such as a video
track with several audio and subtitle tracks in different languages.
See Also:
VideoTrack, AudioTrack, SubtitleTrack
Profile: common
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-read | name | String | ![]() |
The name of the track, may be something like "Director's Commentary" or may be null if the track is unnamed. |
