Uses of Enum Class
javafx.scene.media.MediaPlayer.Status
Package
Description
Provides the set of classes for integrating audio and video into Java FX
Applications.
-
Uses of MediaPlayer.Status in javafx.scene.media
Modifier and TypeClassDescriptionstatic enum
Enumeration describing the different status values of aMediaPlayer
.Modifier and TypeMethodDescriptionfinal MediaPlayer.Status
MediaPlayer.getStatus()
Retrieves the current player status.static MediaPlayer.Status
Returns the enum constant of this class with the specified name.static MediaPlayer.Status[]
MediaPlayer.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMediaPlayer.statusProperty()
The current state of the MediaPlayer.