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

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

Completed in 63 milliseconds