Class MediaError

java.lang.Object
elemental2.dom.MediaError

@JsType(isNative=true, namespace="<global>") public class MediaError extends Object
  • Field Details

    • 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 String message
  • Constructor Details

    • MediaError

      public MediaError()