Package 

Interface OnPreparedListener


  • 
    public interface OnPreparedListener
    
                        

    Interface definition for a callback to be invoked when the media source is ready for playback.

    • Method Summary

      Modifier and Type Method Description
      abstract void onPrepared() Called when the media file is ready for playback.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onPrepared

         abstract void onPrepared()

        Called when the media file is ready for playback.