MobileFFmpeg Android API
4.4
|
Go to the source code of this file.
Functions | |
int | ffprobe_execute (int argc, char **argv) |
void | clearLastCommandOutput () |
JNIEXPORT jint JNICALL | Java_com_arthenica_mobileffmpeg_Config_nativeFFprobeExecute (JNIEnv *env, jclass object, jobjectArray stringArray) |
void clearLastCommandOutput | ( | ) |
Forward declaration for function defined in mobileffmpeg.c
Definition at line 276 of file mobileffmpeg.c.
Forward declaration for function defined in fftools_ffprobe.c
Definition at line 3585 of file fftools_ffprobe.c.
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.