Android.Media.MediaError Enumeration
Enumerates values returned by several types and taken as a parameter of the Android.Media.MediaPlayer.ErrorEventArgs..ctor, and MediaPlayer.IOnErrorListener.OnError members.

Syntax

public enum MediaError

Remarks

Enumerates values returned by the following: and taken as a parameter of the Android.Media.MediaPlayer.ErrorEventArgs..ctor, and MediaPlayer.IOnErrorListener.OnError members.

Members

Member NameDescription
IoFile or network related operation errors.
MalformedBitstream is not conforming to the related coding standard or file spec.
NotValidForProgressivePlaybackThe video is streamed and its container is not valid for progressive playback i.e the video's index (e.g moov atom) is not at the start of the file.
ServerDiedMedia server died. In this case, the application must release the MediaPlayer object and instantiate a new one.
TimedOutSome operation takes too long to complete, usually more than 3-5 seconds.
UnknownUnspecified media player error.
UnsupportedBitstream is conforming to the related coding standard or file spec, but the media framework does not support the feature.

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0