public class

AudioElement

extends MediaElement
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.Node
       ↳ com.google.gwt.dom.client.Element
         ↳ com.google.gwt.dom.client.MediaElement
           ↳ com.google.gwt.dom.client.AudioElement

Class Overview

Audio element.

Experimental API: This API is still under development and is subject to change.

Summary

Constants
String TAG The tag for this element.
[Expand]
Inherited Constants
From class com.google.gwt.dom.client.MediaElement
From class com.google.gwt.dom.client.Node
Protected Constructors
AudioElement()
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.MediaElement
From class com.google.gwt.dom.client.Element
From class com.google.gwt.dom.client.Node
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Constants

public static final String TAG

The tag for this element.

Constant Value: "audio"

Protected Constructors

protected AudioElement ()