|
MobileFFmpeg Android API
2.0
|
Go to the source code of this file.
Functions | |
| jint | JNI_OnLoad (JavaVM *vm, void *reserved) |
| JNIEXPORT jstring JNICALL | Java_com_arthenica_mobileffmpeg_AbiDetect_getAbi (JNIEnv *env, jclass object) |
Variables | |
| const char * | abiDetectClassName = "com/arthenica/mobileffmpeg/AbiDetect" |
| JNINativeMethod | abiDetectMethods [] |
| JNIEXPORT jstring JNICALL Java_com_arthenica_mobileffmpeg_AbiDetect_getAbi | ( | JNIEnv * | env, |
| jclass | object | ||
| ) |
Returns running ABI name.
| env | pointer to native method interface |
| object | reference to the class on which this method is invoked |
Definition at line 66 of file abidetect.c.
| jint JNI_OnLoad | ( | JavaVM * | vm, |
| void * | reserved | ||
| ) |
Called when 'abidetect' native library is loaded.
| vm | pointer to the running virtual machine |
| reserved | reserved |
Definition at line 38 of file abidetect.c.
| const char* abiDetectClassName = "com/arthenica/mobileffmpeg/AbiDetect" |
Full name of the Java class that owns native functions in this file.
Definition at line 24 of file abidetect.c.
| JNINativeMethod abiDetectMethods[] |
Prototypes of native functions defined by this file.
Definition at line 27 of file abidetect.c.
1.8.14