Methods Summary |
---|
public final void | autoPause() throw new RuntimeException("Stub!");
|
public final void | autoResume() throw new RuntimeException("Stub!");
|
public int | load(java.lang.String path, int priority) throw new RuntimeException("Stub!");
|
public int | load(android.content.Context context, int resId, int priority) throw new RuntimeException("Stub!");
|
public int | load(android.content.res.AssetFileDescriptor afd, int priority) throw new RuntimeException("Stub!");
|
public int | load(java.io.FileDescriptor fd, long offset, long length, int priority) throw new RuntimeException("Stub!");
|
public final void | pause(int streamID) throw new RuntimeException("Stub!");
|
public final int | play(int soundID, float leftVolume, float rightVolume, int priority, int loop, float rate) throw new RuntimeException("Stub!");
|
public final void | release() throw new RuntimeException("Stub!");
|
public final void | resume(int streamID) throw new RuntimeException("Stub!");
|
public final void | setLoop(int streamID, int loop) throw new RuntimeException("Stub!");
|
public void | setOnLoadCompleteListener(android.media.SoundPool$OnLoadCompleteListener listener) throw new RuntimeException("Stub!");
|
public final void | setPriority(int streamID, int priority) throw new RuntimeException("Stub!");
|
public final void | setRate(int streamID, float rate) throw new RuntimeException("Stub!");
|
public final void | setVolume(int streamID, float leftVolume, float rightVolume) throw new RuntimeException("Stub!");
|
public final void | stop(int streamID) throw new RuntimeException("Stub!");
|
public final boolean | unload(int soundID) throw new RuntimeException("Stub!");
|