Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
Modifier and Type | Field and Description |
---|---|
private MediaException |
MediaErrorEvent.error
The
MediaException which provoked this error event. |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<MediaException> |
MediaPlayer.error
Observable property set to a
MediaException if an error occurs. |
private ReadOnlyObjectWrapper<MediaException> |
Media.error
A property set to a MediaException value when an error occurs.
|
Modifier and Type | Method and Description |
---|---|
(package private) static MediaException |
MediaException.exceptionToMediaException(java.lang.Exception e)
converts Java exceptions into mediaErrors
|
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.
|
(package private) static MediaException |
MediaException.getMediaException(java.lang.Object source,
int errorCode,
java.lang.String message) |
(package private) static MediaException |
MediaException.haltException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<MediaException> |
MediaPlayer.errorProperty()
Observable property set to a
MediaException if an error occurs. |
ReadOnlyObjectProperty<MediaException> |
Media.errorProperty()
A property set to a MediaException value when an error occurs.
|
private ReadOnlyObjectWrapper<MediaException> |
MediaPlayer.errorPropertyImpl() |
private ReadOnlyObjectWrapper<MediaException> |
Media.errorPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MediaPlayer.handleError(MediaException error) |
private void |
MediaPlayer.setError(MediaException value) |
private void |
Media.setError(MediaException value) |
Modifier and Type | Method and Description |
---|---|
private void |
MediaPlayer.init() |
Constructor and Description |
---|
MediaErrorEvent(java.lang.Object source,
EventTarget target,
MediaException error)
Construct a new
MediaErrorEvent with the specified event
source, target and error. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to