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.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.