wseemann.media
Interface FFmpegMediaPlayer.OnCompletionListener

Enclosing class:
FFmpegMediaPlayer

public static interface FFmpegMediaPlayer.OnCompletionListener

Interface definition for a callback to be invoked when playback of a media source has completed.


Method Summary
 void onCompletion(FFmpegMediaPlayer mp)
          Called when the end of a media source is reached during playback.
 

Method Detail

onCompletion

void onCompletion(FFmpegMediaPlayer mp)
Called when the end of a media source is reached during playback.

Parameters:
mp - the MediaPlayer that reached the end of the file