|
FFmpegKit Android API 6.0
|
Go to the source code of this file.
Functions | |
| int | ffprobe_execute (int argc, char **argv) |
| void | addSession (long sessionId) |
| void | removeSession (long sessionId) |
| void | resetMessagesInTransmit (long sessionId) |
| JNIEXPORT jint JNICALL | Java_com_arthenica_ffmpegkit_FFmpegKitConfig_nativeFFprobeExecute (JNIEnv *env, jclass object, jlong id, jobjectArray stringArray) |
Variables | |
| int | configuredLogLevel |
| __thread long | globalSessionId |
| void addSession | ( | long | id | ) |
Adds a session id to the session map.
| id | session id |
Definition at line 361 of file ffmpegkit.c.
Forward declaration for function defined in fftools_ffprobe.c
Definition at line 4096 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 48 of file ffprobekit.c.
| void removeSession | ( | long | id | ) |
Removes a session id from the session map.
| id | session id |
Definition at line 402 of file ffmpegkit.c.
| void resetMessagesInTransmit | ( | long | id | ) |
Resets the number of messages in transmit for this session.
| id | session id |
Definition at line 434 of file ffmpegkit.c.
|
extern |
Holds the default log level
Definition at line 112 of file ffmpegkit.c.
|
extern |
Holds the id of the current session
Definition at line 109 of file ffmpegkit.c.