public class SoundManager
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
SoundManager.Mode |
Modifier and Type | Field and Description |
---|---|
static int |
PLAY_MULTIPLE_CONTINUE |
static int |
PLAY_SINGLE |
static int |
PLAY_SINGLE_CONTINUE |
Constructor and Description |
---|
SoundManager(android.content.Context context,
int mode) |
Modifier and Type | Method and Description |
---|---|
void |
play(java.lang.String path) |
void |
playAsset(java.lang.String filename) |
void |
stopAll() |
public static final int PLAY_SINGLE
public static final int PLAY_SINGLE_CONTINUE
public static final int PLAY_MULTIPLE_CONTINUE