MobileFFmpeg Android API
4.4
|
Go to the source code of this file.
Functions | |
JNIEXPORT jint JNICALL | Java_com_arthenica_mobileffmpeg_Config_nativeFFprobeExecute (JNIEnv *, jclass, jobjectArray) |
JNIEXPORT jint JNICALL Java_com_arthenica_mobileffmpeg_Config_nativeFFprobeExecute | ( | JNIEnv * | env, |
jclass | object, | ||
jobjectArray | stringArray | ||
) |
Synchronously executes FFprobe natively with arguments provided.
env | pointer to native method interface |
object | reference to the class on which this method is invoked |
stringArray | reference to the object holding FFprobe command arguments |
Definition at line 43 of file mobileffprobe.c.