|
| CJNIXBMCMainView (CJNISurfaceHolderCallback *callback) |
|
void | surfaceChanged (CJNISurfaceHolder holder, int format, int width, int height) override |
|
void | surfaceCreated (CJNISurfaceHolder holder) override |
|
void | surfaceDestroyed (CJNISurfaceHolder holder) override |
|
void | attach (const jobject &thiz) |
|
bool | waitForSurface (unsigned int millis) |
|
bool | isActive () |
|
CJNISurface | getSurface () |
|
bool | isCreated () const |
|
|
static void | RegisterNatives (JNIEnv *env) |
|
|
static void | _attach (JNIEnv *env, jobject thiz) |
|
static void | _surfaceChanged (JNIEnv *env, jobject thiz, jobject holder, jint format, jint width, jint height) |
|
static void | _surfaceCreated (JNIEnv *env, jobject thiz, jobject holder) |
|
static void | _surfaceDestroyed (JNIEnv *env, jobject thiz, jobject holder) |
|
|
CJNISurfaceHolderCallback * | m_callback |
|
The documentation for this class was generated from the following files:
- xbmc/platform/android/activity/JNIXBMCMainView.h
- xbmc/platform/android/activity/JNIXBMCMainView.cpp