Package | Description |
---|---|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
Class and Description |
---|
AudioEqualizer
The
AudioEqualizer class provides audio equalization control for
a media player. |
AudioSpectrumListener
Audio spectrum callback interface.
|
EqualizerBand
The
EqualizerBand class provides control for each band in the
AudioEqualizer . |
Media
The
Media class represents a media resource. |
MediaErrorEvent
An
Event representing the occurrence of an error in handling media. |
MediaException |
MediaException.Type
Enumeration describing categories of errors.
|
MediaMarkerEvent
An
ActionEvent representing a media marker. |
MediaPlayer
The
MediaPlayer class provides the controls for playing media. |
MediaPlayer.Status
Enumeration describing the different status values of a
MediaPlayer . |
Track
A class representing a track contained in a media resource.
|
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.