Indicates an error has occurred: the media appears to be invalid or corrupted.
Indicates an error has occurred: although the media may exist, it is not accessible.
Indicates an error has occurred: the media does not exist or is otherwise unavailable.
Indicates that the media has not been specified.
Indicates that this media type is not supported by this platform.
Indicates that an operation performed on the media is not supported by this platform.
Indicates a playback error which does not fall into any of the other pre-defined categories.
Indicates an unrecoverable error which has resulted in halting playback.
Indicates an error has occurred for an unknown reason.
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 MediaCorrupted; MEDIA_CORRUPTED will be removed in a future release
(Since version 8.0.60-R10) Use MediaInaccessible; MEDIA_INACCESSIBLE will be removed in a future release
(Since version 8.0.60-R10) Use MediaUnavailable; MEDIA_UNAVAILABLE will be removed in a future release
(Since version 8.0.60-R10) Use MediaUnspecified; MEDIA_UNSPECIFIED will be removed in a future release
(Since version 8.0.60-R10) Use MediaUnsupported; MEDIA_UNSUPPORTED will be removed in a future release
(Since version 8.0.60-R10) Use OperationUnsupported; OPERATION_UNSUPPORTED will be removed in a future release
(Since version 8.0.60-R10) Use PlaybackError; PLAYBACK_ERROR will be removed in a future release
(Since version 8.0.60-R10) Use PlaybackHalted; PLAYBACK_HALTED will be removed in a future release
(Since version 8.0.60-R10) Use Unknown; UNKNOWN will be removed in a future release