MediaPlayerErrorEvent enum

Inheritance

Constructors

MediaPlayerErrorEvent()
const

Values

PLAYER_ERROR_NONE → const MediaPlayerErrorEvent
PLAYER_ERROR_INVALID_ARGUMENTS → const MediaPlayerErrorEvent
PLAYER_ERROR_INTERNAL → const MediaPlayerErrorEvent
PLAYER_ERROR_NO_RESOURCE → const MediaPlayerErrorEvent
PLAYER_ERROR_INVALID_MEDIA_SOURCE → const MediaPlayerErrorEvent
PLAYER_ERROR_UNKNOWN_STREAM_TYPE → const MediaPlayerErrorEvent
PLAYER_ERROR_OBJ_NOT_INITIALIZED → const MediaPlayerErrorEvent
PLAYER_ERROR_CODEC_NOT_SUPPORTED → const MediaPlayerErrorEvent
PLAYER_ERROR_VIDEO_RENDER_FAILED → const MediaPlayerErrorEvent
PLAYER_ERROR_INVALID_STATE → const MediaPlayerErrorEvent
PLAYER_ERROR_URL_NOT_FOUND → const MediaPlayerErrorEvent
PLAYER_ERROR_INVALID_CONNECTION_STATE → const MediaPlayerErrorEvent
PLAY_ERROR_SRC_BUFFER_UNDERFLOW → const MediaPlayerErrorEvent

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MediaPlayerErrorEvent>
A constant List of the values in this enum, in order of their declaration.