| Package | Description |
|---|---|
| com.codename1.media |
Video and Audio playback support are handled within this package using the
Media & MediaManager APIs. |
| Modifier and Type | Method and Description |
|---|---|
AsyncMedia.MediaErrorType |
AsyncMedia.MediaException.getMediaErrorType()
Gets the error type.
|
static AsyncMedia.MediaErrorType |
AsyncMedia.MediaErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncMedia.MediaErrorType[] |
AsyncMedia.MediaErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MediaException(AsyncMedia.MediaErrorType type)
Creates an exception of the given type.
|
MediaException(AsyncMedia.MediaErrorType type,
String message)
Creates an exception of the given type.
|
MediaException(AsyncMedia.MediaErrorType type,
Throwable cause)
Creates an exception of the given type.
|
Copyright © 2022. All rights reserved.