|
| CJNIXBMCMediaSession (const CJNIXBMCMediaSession &other) |
|
| CJNIXBMCMediaSession (const jni::jhobject &object) |
|
void | activate (bool state) |
|
void | updatePlaybackState (const CJNIPlaybackState &state) |
|
void | updateMetadata (const CJNIMediaMetadata &myData) |
|
void | updateIntent (const CJNIIntent &intent) |
|
void | OnPlayRequested () |
|
void | OnPauseRequested () |
|
void | OnNextRequested () |
|
void | OnPreviousRequested () |
|
void | OnForwardRequested () |
|
void | OnRewindRequested () |
|
void | OnStopRequested () |
|
void | OnSeekRequested (int64_t pos) |
|
bool | OnMediaButtonEvent (const CJNIIntent &intent) |
|
bool | isActive () const |
|
|
static void | RegisterNatives (JNIEnv *env) |
|
|
static void | _onPlayRequested (JNIEnv *env, jobject thiz) |
|
static void | _onPauseRequested (JNIEnv *env, jobject thiz) |
|
static void | _onNextRequested (JNIEnv *env, jobject thiz) |
|
static void | _onPreviousRequested (JNIEnv *env, jobject thiz) |
|
static void | _onForwardRequested (JNIEnv *env, jobject thiz) |
|
static void | _onRewindRequested (JNIEnv *env, jobject thiz) |
|
static void | _onStopRequested (JNIEnv *env, jobject thiz) |
|
static void | _onSeekRequested (JNIEnv *env, jobject thiz, jlong pos) |
|
static bool | _onMediaButtonEvent (JNIEnv *env, jobject thiz, jobject intent) |
|
The documentation for this class was generated from the following files:
- xbmc/platform/android/activity/JNIXBMCMediaSession.h
- xbmc/platform/android/activity/JNIXBMCMediaSession.cpp