Java com.google.gwt.dom.client VideoElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client VideoElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client VideoElement.

The text is from its open source code.

Field

StringTYPE_MP4
The audio type of MP4 encoded video.
StringTYPE_OGG
The audio type of Ogg encoded video.
StringTYPE_WEBM
The audio type of WebM encoded audio.

Method

intgetClientHeight()
intgetClientWidth()
StringgetPoster()
Returns a poster URL.
StringgetSrc()
Returns the source URL for the media, or null if none is set.
intgetVideoHeight()
Gets the intrinsic height of video within the element.
intgetVideoWidth()
Gets the instrinsic width of the video within the element.
booleanisPaused()
Returns true if playback is paused, false otherwise.
voidpause()
Causes playback of the resource to be paused.
voidplay()
Causes playback of the resource to be started or resumed.
voidsetPoster(String url)
Sets the poster URL.