State of the player after dispose() method is invoked.
State of the player after dispose() method is invoked.
This state indicates player is disposed, all resources are free and player SHOULD NOT be used again. Media and MediaView objects associated with disposed player can be reused.
State of the player when a critical error has occurred.
State of the player when playback is paused.
State of the player when it is currently playing.
State of the player once it is prepared to play.
State of the player when data coming into the buffer has slowed or stopped and the playback buffer does not have enough data to continue playing.
State of the player when playback has stopped.
State of the player immediately after creation.
Returns the enum
constant of this type with the specified name.
Returns the enum
constant of this type with the specified name.
the name of the constant to return
IllegalArgumentException
If the specified enum
type has no constant with the specified name,
or the specified class object does not represent an enum
type.
Converts a JavaFX enum
to its respective SFXEnumDelegate
.
Converts a JavaFX enum
to its respective SFXEnumDelegate
.
JavaFX enum
scalafx.delegate.SFXEnumDelegate
equivalent to argument.
Converts a SFXEnumDelegate
to its respective JavaFX Enum
.
Converts a SFXEnumDelegate
to its respective JavaFX Enum
.
SFXEnumDelegate
instance
Delegated enum
Contain constants which will be source for values
List
Contain constants which will be source for values
List
Returns a List containing the constants of this enum
type, in the order they are declared.
Returns a List containing the constants of this enum
type, in the order they are declared.
(Since version 8.0.60-R10) Use Disposed; DISPOSED will be removed in a future release
(Since version 8.0.60-R10) Use Halted; HALTED will be removed in a future release
(Since version 8.0.60-R10) Use Paused; PAUSED will be removed in a future release
(Since version 8.0.60-R10) Use Playing; PLAYING will be removed in a future release
(Since version 8.0.60-R10) Use Ready; READY will be removed in a future release
(Since version 8.0.60-R10) Use Stalled; STALLED will be removed in a future release
(Since version 8.0.60-R10) Use Stopped; STOPPED will be removed in a future release
(Since version 8.0.60-R10) Use Unknown; UNKNOWN will be removed in a future release