Uses of Class
com.google.gwt.dom.client.AudioElement
-
Packages that use AudioElement 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. -
-
Uses of AudioElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return AudioElement Modifier and Type Method Description AudioElement
Document. createAudioElement()
Creates an <audio> element. -
Uses of AudioElement in com.google.gwt.media.client
Methods in com.google.gwt.media.client that return AudioElement Modifier and Type Method Description AudioElement
Audio. getAudioElement()
Returns the attached AudioElement.Constructors in com.google.gwt.media.client with parameters of type AudioElement Constructor Description Audio(AudioElement element)
Protected constructor.
-