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

/frameworks/base/media/java/android/media/
H A DSoundPool.java262 * Unloads the sound specified by the soundID. This is the value
266 * @param soundID a soundID returned by the load() function
269 public native final boolean unload(int soundID); argument
274 * Play the sound specified by the soundID. This is the value
287 * @param soundID a soundID returned by the load() function
295 public native final int play(int soundID, float leftVolume, float rightVolume, argument

Completed in 50 milliseconds