Uses of Interface
io.vov.vitamio.MediaPlayer.OnBufferingUpdateListener

Packages that use MediaPlayer.OnBufferingUpdateListener
io.vov.vitamio   
io.vov.vitamio.widget   
 

Uses of MediaPlayer.OnBufferingUpdateListener in io.vov.vitamio
 

Methods in io.vov.vitamio with parameters of type MediaPlayer.OnBufferingUpdateListener
 void MediaPlayer.setOnBufferingUpdateListener(MediaPlayer.OnBufferingUpdateListener listener)
          Register a callback to be invoked when the status of a network stream's buffer has changed.
 

Uses of MediaPlayer.OnBufferingUpdateListener in io.vov.vitamio.widget
 

Methods in io.vov.vitamio.widget with parameters of type MediaPlayer.OnBufferingUpdateListener
 void VideoView.setOnBufferingUpdateListener(MediaPlayer.OnBufferingUpdateListener l)