Uses of Class
javafx.scene.media.Track
Package | Description |
---|---|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
-
Uses of Track in javafx.scene.media
Subclasses of Track in javafx.scene.media Modifier and Type Class Description class
AudioTrack
ATrack
that describes an audio track.class
SubtitleTrack
ATrack
that contains subtitle or captioning data to be rendered overlaying a video track.class
VideoTrack
ATrack
that describes a video track.Methods in javafx.scene.media that return types with arguments of type Track Modifier and Type Method Description ObservableList<Track>
Media. getTracks()
Retrieve the tracks contained in this media source.