Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
com.google.gwt.media.client |
Widgets for HTML Audio and Video support.
|
Modifier and Type | Method and Description |
---|---|
AudioElement |
Document.createAudioElement()
Creates an <audio> element.
|
Modifier and Type | Method and Description |
---|---|
AudioElement |
Audio.getAudioElement()
Returns the attached AudioElement.
|
Constructor and Description |
---|
Audio(AudioElement element)
Protected constructor.
|