FFmpegKit Android API
4.4
|
Go to the source code of this file.
Functions | |
int | ffprobe_execute (int argc, char **argv) |
void | addSession (long id) |
void | removeSession (long id) |
void | resetMessagesInTransmit (long id) |
JNIEXPORT jint JNICALL | Java_com_arthenica_ffmpegkit_FFmpegKitConfig_nativeFFprobeExecute (JNIEnv *env, jclass object, jlong id, jobjectArray stringArray) |
Variables | |
int | configuredLogLevel |
__thread volatile long | sessionId |
void addSession | ( | long | id | ) |
Adds a session id to the session map.
id | session id |
Definition at line 357 of file ffmpegkit.c.
Forward declaration for function defined in fftools_ffprobe.c
Definition at line 3713 of file fftools_ffprobe.c.
JNIEXPORT jint JNICALL Java_com_arthenica_ffmpegkit_FFmpegKitConfig_nativeFFprobeExecute | ( | JNIEnv * | env, |
jclass | object, | ||
jlong | id, | ||
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 |
id | session id |
stringArray | reference to the object holding FFprobe command arguments |
Definition at line 47 of file ffprobekit.c.
void removeSession | ( | long | id | ) |
Removes a session id from the session map.
id | session id |
Definition at line 398 of file ffmpegkit.c.
void resetMessagesInTransmit | ( | long | id | ) |
Resets the number of messages in transmit for this session.
id | session id |
Definition at line 430 of file ffmpegkit.c.
|
extern |
Holds the default log level
Definition at line 108 of file ffmpegkit.c.
|
extern |
Holds the id of the current session
Definition at line 105 of file ffmpegkit.c.