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

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

Introduction

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

The text is from its open source code.

Field

intMEDIA_ERR_ABORTED
A constant returned by #getCode indicating that playback was aborted at the user's request.
intMEDIA_ERR_NETWORK
A constant returned by #getCode indicating that playback was aborted due to a network error.
intMEDIA_ERR_DECODE
A constant returned by #getCode indicating that playback was aborted due to an error in decoding.
intMEDIA_ERR_SRC_NOT_SUPPORTED
A constant returned by #getCode indicating that the format of the source stream was unsuitable for playback.

Method

intgetCode()
Returns an error code indicating the reason for the error.