Package | Description |
---|---|
com.sun.media.jfxmedia | |
com.sun.media.jfxmediaimpl |
Modifier and Type | Field and Description |
---|---|
private MediaError |
MediaException.error |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,MediaError> |
MediaError.map |
Modifier and Type | Method and Description |
---|---|
static MediaError |
MediaError.getFromCode(int code) |
MediaError |
MediaException.getMediaError() |
static MediaError |
MediaError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaError[] |
MediaError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MediaException(java.lang.String message,
java.lang.Throwable cause,
MediaError error)
Constructor which merely passes its parameters to the corresponding
superclass constructor
RuntimeException(java.lang.String, java.lang.Throwable) . |
Modifier and Type | Field and Description |
---|---|
private MediaError |
NativeMediaPlayer.MediaErrorEvent.error |
Modifier and Type | Method and Description |
---|---|
static void |
MediaUtils.nativeError(java.lang.Object source,
MediaError error)
Throw a
MediaException with the indicated error code. |
Constructor and Description |
---|
MediaErrorEvent(java.lang.Object source,
MediaError error) |