MediaInfo Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.MediaPlayer+IOnInfoListener.OnInfo, and F:Android.Media.MediaPlayer+InfoEventArgs..ctor members.

public enum MediaInfo
type MediaInfo = 
Inheritance
MediaInfo

Fields

AudioNotPlaying 804
BadInterleaving 800

Bad interleaving means that a media has been improperly interleaved or not interleaved at all, e.g has all the video samples first then all the audio ones.

BufferingEnd 702

MediaPlayer is resuming playback after filling buffers.

BufferingStart 701

MediaPlayer is temporarily pausing playback internally in order to buffer more data.

MetadataUpdate 802

A new set of metadata is available.

NotSeekable 801
StartedAsNext 2
SubtitleTimedOut 902
Unknown 1

Unspecified media player info.

UnsupportedSubtitle 901
VideoNotPlaying 805
VideoRenderingStart 3

The player just pushed the very first video frame for rendering.

VideoTrackLagging 700

The video is too complex for the decoder: it can't decode frames fast enough.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to