JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

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

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-readnameString

The name of the track, may be something like "Director's Commentary" or may be null if the track is unnamed.

Inherited Variables

Inherited Functions