package my.app.exp5;
import java.util.HashMap;
import android.content.Context;
import android.media.AudioManager;
import android.media.SoundPool;
import android.util.Log;
public class SoundEffects {
public boolean released=false;
protected Context context;
private SoundPool soundPool
All sounds play fine as long as they are not set to looping. When i set
looping (set as -1) then the sound play one time only then stop aging
not playing why ...please help me
mStream1= mSoundPool.play(streamid, 1, 1, 0, -1, 1f);
--
You received this message because you are subs
2 matches
Mail list logo