Package wseemann.media

Interface Summary
FFmpegMediaPlayer.OnBufferingUpdateListener Interface definition of a callback to be invoked indicating buffering status of a media resource being streamed over the network.
FFmpegMediaPlayer.OnCompletionListener Interface definition for a callback to be invoked when playback of a media source has completed.
FFmpegMediaPlayer.OnErrorListener Interface definition of a callback to be invoked when there has been an error during an asynchronous operation (other errors will throw exceptions at method call time).
FFmpegMediaPlayer.OnInfoListener Interface definition of a callback to be invoked to communicate some info and/or warning about the media or its playback.
FFmpegMediaPlayer.OnPreparedListener Interface definition for a callback to be invoked when the media source is ready for playback.
FFmpegMediaPlayer.OnSeekCompleteListener Interface definition of a callback to be invoked indicating the completion of a seek operation.
FFmpegMediaPlayer.OnTimedTextListener Interface definition of a callback to be invoked when a timed text is available for display.
FFmpegMediaPlayer.OnVideoSizeChangedListener Interface definition of a callback to be invoked when the video size is first known or updated
 

Class Summary
FFmpegMediaPlayer MediaPlayer class can be used to control playback of audio/video files and streams.