Package | Description |
---|---|
com.alivc.component.player |
Modifier and Type | Class and Description |
---|---|
class |
BGMPlayerJNI
class BGMPlayerJNI will be used in C++ for android
|
Modifier and Type | Method and Description |
---|---|
static void |
BGMPlayerJNI.createBGMPlayerInstance(long listener_handler,
boolean useAliPlayer) |
static long |
BGMPlayerJNI.getDuration() |
static void |
BGMPlayerJNI.pause() |
static void |
BGMPlayerJNI.prepare() |
static void |
BGMPlayerJNI.releaseBGMPlayer() |
static void |
BGMPlayerJNI.setAutoPlay(boolean isAutoPlay) |
static void |
BGMPlayerJNI.setLoop(boolean isLoop) |
static void |
BGMPlayerJNI.setUrlSource(java.lang.String url) |
static void |
BGMPlayerJNI.start() |
static void |
BGMPlayerJNI.stop() |