Android
android.media
public static interface

android.media.MediaPlayer.OnBufferingUpdateListener

android.media.MediaPlayer.OnBufferingUpdateListener

Interface definition of a callback to be invoked indicating buffering status of a media resource being streamed over the network.

Summary

Public Methods

          void  onBufferingUpdate(MediaPlayer mp, int percent)
Called to update status in buffering a media stream.

Details

Public Methods

public void onBufferingUpdate(MediaPlayer mp, int percent)

Called to update status in buffering a media stream.

Parameters

mp the MediaPlayer the update pertains to
percent the percentage (0-100) of the buffer that has been filled thus far
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56