Uses of Interface
javafx.scene.media.AudioSpectrumListener
Packages that use AudioSpectrumListener
Package
Description
Provides the set of classes for integrating audio and video into Java FX
Applications.
-
Uses of AudioSpectrumListener in javafx.scene.media
Methods in javafx.scene.media that return AudioSpectrumListenerModifier and TypeMethodDescriptionMediaPlayer.getAudioSpectrumListener()
Retrieves the listener of the audio spectrum.Methods in javafx.scene.media that return types with arguments of type AudioSpectrumListenerModifier and TypeMethodDescriptionMediaPlayer.audioSpectrumListenerProperty()
A listener for audio spectrum updates.Methods in javafx.scene.media with parameters of type AudioSpectrumListenerModifier and TypeMethodDescriptionvoid
MediaPlayer.setAudioSpectrumListener(AudioSpectrumListener listener)
Sets the listener of the audio spectrum.