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 |
Media.getError()
Return any error encountered in the media.
|
MediaException |
MediaPlayer.getError()
Retrieve the value of the
error property or null
if there is no error. |
MediaException |
MediaErrorEvent.getMediaError()
Retrieve the error associated with this event.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<MediaException> |
Media.errorProperty()
A property set to a MediaException value when an error occurs.
|
ReadOnlyObjectProperty<MediaException> |
MediaPlayer.errorProperty()
Observable property set to a
MediaException if an error occurs. |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.