Package elemental2.dom
Class MediaError
- java.lang.Object
-
- elemental2.dom.MediaError
-
@JsType(isNative=true, namespace="<global>") public class MediaError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
code
static int
MEDIA_ERR_ABORTED
static int
MEDIA_ERR_DECODE
static int
MEDIA_ERR_NETWORK
static int
MEDIA_ERR_SRC_NOT_SUPPORTED
java.lang.String
message
-
Constructor Summary
Constructors Constructor Description MediaError()
-
-
-
Field Detail
-
MEDIA_ERR_ABORTED
@JsOverlay public static final int MEDIA_ERR_ABORTED
-
MEDIA_ERR_DECODE
@JsOverlay public static final int MEDIA_ERR_DECODE
-
MEDIA_ERR_NETWORK
@JsOverlay public static final int MEDIA_ERR_NETWORK
-
MEDIA_ERR_SRC_NOT_SUPPORTED
@JsOverlay public static final int MEDIA_ERR_SRC_NOT_SUPPORTED
-
code
public int code
-
message
public java.lang.String message
-
-