Uses of Class
com.google.gwt.media.dom.client.MediaError
-
Packages that use MediaError 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 MediaError in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return MediaError Modifier and Type Method Description MediaError
MediaElement. getError()
Returns the type of error that has occurred while attempting to load and play the media. -
Uses of MediaError in com.google.gwt.media.client
Methods in com.google.gwt.media.client that return MediaError Modifier and Type Method Description MediaError
MediaBase. getError()
Returns the type of error that has occurred while attempting to load and play the media.
-