java.lang.Object | ||
android.media.SoundPool |
SoundPool(int maxStreams, int streamType, int srcQuality) |
int | load(Context context, int resId, int priority) | |||||
int | load(String path, int priority) | |||||
final | void | pause(int streamID) | ||||
final | int | play(int soundID, float leftVolume, float rightVolume, int priority, int loop, float rate) | ||||
final | void | release() | ||||
final | void | resume(int streamID) | ||||
final | void | setLoop(int streamID, int loop) | ||||
final | void | setPriority(int streamID, int priority) | ||||
final | void | setRate(int streamID, float rate) | ||||
final | void | setVolume(int streamID, float leftVolume, float rightVolume) | ||||
final | void | stop(int streamID) | ||||
final | boolean | unload(int soundID) |
void | finalize() | |||||
Called by the virtual machine when there are no longer any (non-weak) references to the receiver. |
Note: The virtual machine assumes that the implementation in class Object is empty.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |