Java com.google.gwt.dom.client MediaElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client MediaElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client MediaElement.

The text is from its open source code.

Subclass

com.google.gwt.dom.client.MediaElement has subclasses.
Click this link to see all its subclasses.

Field

StringCAN_PLAY_PROBABLY
Constant returned from #canPlayType(String) .
StringCAN_PLAY_MAYBE
Constant returned from #canPlayType(String) .
StringCANNOT_PLAY
Constant returned from #canPlayType(String) .
StringPRELOAD_AUTO
Constant used by #getPreload() and #setPreload(String) .
StringPRELOAD_METADATA
Constant used by #getPreload() and #setPreload(String) .

Method

voidsetAutoplay(boolean autoplay)
Enables or disables autoplay of the resource.
voidsetControls(boolean controls)
Enables or disables interactive controls.
voidsetLoop(boolean loop)
Enables or disables looping.
voidsetPreload(String preload)
Changes the preload setting to one of #PRELOAD_AUTO , #PRELOAD_METADATA , or #PRELOAD_NONE .