public class RTCSoundPool
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static RTCSoundPool |
create(android.content.Context context,
int resId,
boolean loop) |
void |
play() |
void |
release() |
void |
stop() |
public static RTCSoundPool create(android.content.Context context, int resId, boolean loop)
public void play()
public void stop()
public void release()