elemental2.dom.HTMLMediaElement__Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jacline-elemental2-dom Show documentation
Show all versions of jacline-elemental2-dom Show documentation
Thin Java abstractions for the standard built-in objects for
Javascript.
The newest version!
package elemental2.dom;
import jsinterop.annotations.JsType;
import jsinterop.annotations.JsPackage;
@JsType(isNative = true,name = "HTMLMediaElement",namespace = JsPackage.GLOBAL)
class HTMLMediaElement__Constants{
static int HAVE_CURRENT_DATA;
static int HAVE_ENOUGH_DATA;
static int HAVE_FUTURE_DATA;
static int HAVE_METADATA;
static int HAVE_NOTHING;
static int NETWORK_EMPTY;
static int NETWORK_IDLE;
static int NETWORK_LOADING;
static int NETWORK_NO_SOURCE;
}