openshot-audio
0.1.6
|
#include <juce_android_JNIHelpers.h>
Public Member Functions | |
AndroidSystem () | |
void | initialise (JNIEnv *, jobject activity, jstring appFile, jstring appDataDir) |
void | shutdown (JNIEnv *) |
Public Attributes | |
GlobalRef | activity |
String | appFile |
String | appDataDir |
int | screenWidth |
int | screenHeight |
int | dpi |
AndroidSystem::AndroidSystem | ( | ) |
void AndroidSystem::initialise | ( | JNIEnv * | env, |
jobject | activity, | ||
jstring | appFile, | ||
jstring | appDataDir | ||
) |
void AndroidSystem::shutdown | ( | JNIEnv * | env | ) |
GlobalRef AndroidSystem::activity |
String AndroidSystem::appDataDir |
String AndroidSystem::appFile |
int AndroidSystem::dpi |
int AndroidSystem::screenHeight |
int AndroidSystem::screenWidth |