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 |
---|---|
VideoElement |
Document.createVideoElement()
Creates a <video> element.
|
Modifier and Type | Method and Description |
---|---|
VideoElement |
Video.getVideoElement()
Returns the attached VideoElement.
|
Constructor and Description |
---|
Video(VideoElement element)
Protected constructor.
|