Package org.teavm.jso.media
Interface MediaError
- All Superinterfaces:
JSObject
- Author:
- Junji Takakura
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
static int
static int
static int
-
Method Summary
-
Field Details
-
MEDIA_ERR_ABORTED
static final int MEDIA_ERR_ABORTED- See Also:
- Constant Field Values
-
MEDIA_ERR_NETWORK
static final int MEDIA_ERR_NETWORK- See Also:
- Constant Field Values
-
MEDIA_ERR_DECODE
static final int MEDIA_ERR_DECODE- See Also:
- Constant Field Values
-
MEDIA_ERR_SRC_NOT_SUPPORTED
static final int MEDIA_ERR_SRC_NOT_SUPPORTED- See Also:
- Constant Field Values
-
-
Method Details
-
getCode
int getCode()
-