Class MediaError


  • @JsType(isNative=true,
            namespace="<global>")
    public class MediaError
    extends java.lang.Object
    • 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
    • Constructor Detail

      • MediaError

        public MediaError()