| Member Name | Description |
|---|
| BadInterleaving | 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. Video is playing but a lot of disk seeks may be happening. |
| BufferingEnd | MediaPlayer is resuming playback after filling buffers. |
| BufferingStart | MediaPlayer is temporarily pausing playback internally in order to
buffer more data. |
| MetadataUpdate | A new set of metadata is available. |
| NotSeekable | The media cannot be seeked (e.g live stream) |
| SubtitleTimedOut | Documentation for this section has not yet been entered. |
| Unknown | Unspecified media player info. |
| UnsupportedSubtitle | Documentation for this section has not yet been entered. |
| VideoRenderingStart | The player just pushed the very first video frame for rendering. |
| VideoTrackLagging | The video is too complex for the decoder: it can't decode frames fast
enough. Possibly only the audio plays fine at this stage. |