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.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.