FileDocCategorySizeDatePackage
SoundPool.javaAPI DocAndroid 5.1 API2513Sat Mar 14 14:09:40 GMT 2015android.media

SoundPool

public class SoundPool extends Object

Fields Summary
Constructors Summary
public SoundPool(int maxStreams, int streamType, int srcQuality)

 throw new RuntimeException("Stub!"); 
Methods Summary
public final voidautoPause()

 throw new RuntimeException("Stub!"); 
public final voidautoResume()

 throw new RuntimeException("Stub!"); 
public intload(java.lang.String path, int priority)

 throw new RuntimeException("Stub!"); 
public intload(android.content.Context context, int resId, int priority)

 throw new RuntimeException("Stub!"); 
public intload(android.content.res.AssetFileDescriptor afd, int priority)

 throw new RuntimeException("Stub!"); 
public intload(java.io.FileDescriptor fd, long offset, long length, int priority)

 throw new RuntimeException("Stub!"); 
public final voidpause(int streamID)

 throw new RuntimeException("Stub!"); 
public final intplay(int soundID, float leftVolume, float rightVolume, int priority, int loop, float rate)

 throw new RuntimeException("Stub!"); 
public final voidrelease()

 throw new RuntimeException("Stub!"); 
public final voidresume(int streamID)

 throw new RuntimeException("Stub!"); 
public final voidsetLoop(int streamID, int loop)

 throw new RuntimeException("Stub!"); 
public voidsetOnLoadCompleteListener(android.media.SoundPool$OnLoadCompleteListener listener)

 throw new RuntimeException("Stub!"); 
public final voidsetPriority(int streamID, int priority)

 throw new RuntimeException("Stub!"); 
public final voidsetRate(int streamID, float rate)

 throw new RuntimeException("Stub!"); 
public final voidsetVolume(int streamID, float leftVolume, float rightVolume)

 throw new RuntimeException("Stub!"); 
public final voidstop(int streamID)

 throw new RuntimeException("Stub!"); 
public final booleanunload(int soundID)

 throw new RuntimeException("Stub!");