Test 6

public void setLooping(boolean _isLoop)
 {
  mLoop = _isLoop;
  if (mPlayer != null) {
   mPlayer.setLooping(true);
  }
 }

Comments

Popular posts from this blog

Media Volume 만 조정도록 볼륨키 수정하기