| Package | Description |
|---|---|
| com.sun.media.jfxmedia | |
| com.sun.media.jfxmediaimpl |
| Modifier and Type | Method and Description |
|---|---|
static MediaError |
MediaError.getFromCode(int code) |
MediaError |
MediaException.getMediaError() |
static MediaError |
MediaError.valueOf(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(String message,
Throwable cause,
MediaError error)
Constructor which merely passes its parameters to the corresponding
superclass constructor
RuntimeException.RuntimeException(java.lang.String, java.lang.Throwable). |
| Modifier and Type | Method and Description |
|---|---|
static void |
MediaUtils.nativeError(Object source,
MediaError error)
Throw a
MediaException with the indicated error code. |
| Constructor and Description |
|---|
MediaErrorEvent(Object source,
MediaError error) |
Copyright © 2025. All rights reserved.