Package | Description |
---|---|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
Modifier and Type | Method and Description |
---|---|
MediaException |
MediaPlayer.getError()
Retrieve the value of the
error property or null
if there is no error. |
MediaException |
Media.getError()
Return any error encountered in the media.
|
MediaException |
MediaErrorEvent.getMediaError()
Retrieve the error associated with this event.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<MediaException> |
MediaPlayer.errorProperty() |
ReadOnlyObjectProperty<MediaException> |
Media.errorProperty() |
Copyright © 2020. All rights reserved.