MobileFFmpeg Android API  4.4
Functions
mobileffprobe.c File Reference

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)
 

Function Documentation

◆ clearLastCommandOutput()

void clearLastCommandOutput ( )

Forward declaration for function defined in mobileffmpeg.c

Definition at line 276 of file mobileffmpeg.c.

◆ ffprobe_execute()

int ffprobe_execute ( int  argc,
char **  argv 
)

Forward declaration for function defined in fftools_ffprobe.c

Definition at line 3585 of file fftools_ffprobe.c.

◆ Java_com_arthenica_mobileffmpeg_Config_nativeFFprobeExecute()

JNIEXPORT jint JNICALL Java_com_arthenica_mobileffmpeg_Config_nativeFFprobeExecute ( JNIEnv *  env,
jclass  object,
jobjectArray  stringArray 
)

Synchronously executes FFprobe natively with arguments provided.

Parameters
envpointer to native method interface
objectreference to the class on which this method is invoked
stringArrayreference to the object holding FFprobe command arguments
Returns
zero on successful execution, non-zero on error

Definition at line 43 of file mobileffprobe.c.