MediaInfo Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | 1 | Unspecified media player info. |
StartedAsNext | 2 | |
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. |
BufferingStart | 701 | MediaPlayer is temporarily pausing playback internally in order to buffer more data. |
BufferingEnd | 702 | MediaPlayer is resuming playback after filling buffers. |
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. |
NotSeekable | 801 | |
MetadataUpdate | 802 | A new set of metadata is available. |
AudioNotPlaying | 804 | |
VideoNotPlaying | 805 | |
UnsupportedSubtitle | 901 | |
SubtitleTimedOut | 902 |
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.