Skip to content Skip to sidebar Skip to footer

Why Android Mediaplayer "onbufferingupdate" Is Not Work Well

mPlayer.setOnPreparedListener(new OnPreparedListener() { @Override public void onPrepared(MediaPlayer mp) { hideBgAndLoadProcess(); if (mPlayer.isPlaying()) { mP

Solution 1:

Try to add the listener before starting the media.


Post a Comment for "Why Android Mediaplayer "onbufferingupdate" Is Not Work Well"