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 |
---|---|
static SourceElement |
SourceElement.as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
SourceElement |
Document.createSourceElement()
Creates an <source> element.
|
Modifier and Type | Method and Description |
---|---|
SourceElement |
MediaBase.addSource(String url)
Add a source element to this media.
|
SourceElement |
MediaBase.addSource(String url,
String type)
Add a source element to this media, specifying the type (format) of the
media.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaBase.removeSource(SourceElement source)
Remove the specified
SourceElement from this media. |
Copyright © 2018. All rights reserved.