Searched refs:soundID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DSoundPool.java278 * Unloads the sound specified by the soundID. This is the value
282 * @param soundID a soundID returned by the load() function
285 public native final boolean unload(int soundID); argument
290 * Play the sound specified by the soundID. This is the value
303 * @param soundID a soundID returned by the load() function
311 public final int play(int soundID, float leftVolume, float rightVolume, argument
314 return _play(soundID, leftVolume, rightVolume, priority, loop, rate);
517 private native final int _play(int soundID, floa argument
[all...]

Completed in 47 milliseconds