Package | Description |
---|---|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioTrack
A
Track that describes an audio track. |
class |
SubtitleTrack
A
Track that contains subtitle or captioning data to be rendered
overlaying a video track. |
class |
VideoTrack
A
Track that describes a video track. |
Modifier and Type | Method and Description |
---|---|
ObservableList<Track> |
Media.getTracks()
Retrieve the tracks contained in this media source.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.