GWT 2.7.0

Uses of Class
com.google.gwt.media.dom.client.MediaError

Packages that use MediaError
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
 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
 MediaError MediaBase.getError()
          Returns the type of error that has occurred while attempting to load and play the media.
 


GWT 2.7.0