Example usage for Java com.google.gwt.dom.client VideoElement fields, constructors, methods, implement or subclass
The text is from its open source code.
String | TYPE_MP4 The audio type of MP4 encoded video. |
String | TYPE_OGG The audio type of Ogg encoded video. |
String | TYPE_WEBM The audio type of WebM encoded audio. |
int | getClientHeight() |
int | getClientWidth() |
String | getPoster() Returns a poster URL. |
String | getSrc() Returns the source URL for the media, or null if none is set. |
int | getVideoHeight() Gets the intrinsic height of video within the element. |
int | getVideoWidth() Gets the instrinsic width of the video within the element. |
boolean | isPaused() Returns true if playback is paused, false otherwise. |
void | pause() Causes playback of the resource to be paused. |
void | play() Causes playback of the resource to be started or resumed. |
void | setPoster(String url) Sets the poster URL. |