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

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

Completed in 38 milliseconds