|
FFmpegKit Android API 6.0
|
Data Fields | |
| int * | finished |
| unsigned int | nb_streams |
| AVFifo * | fifo |
| ObjPool * | obj_pool |
| void(* | obj_move )(void *dst, void *src) |
| pthread_mutex_t | lock |
| pthread_cond_t | cond |
Definition at line 56 of file fftools_thread_queue.c.
| pthread_cond_t ThreadQueue::cond |
Definition at line 66 of file fftools_thread_queue.c.
| AVFifo* ThreadQueue::fifo |
Definition at line 60 of file fftools_thread_queue.c.
| int* ThreadQueue::finished |
Definition at line 57 of file fftools_thread_queue.c.
| pthread_mutex_t ThreadQueue::lock |
Definition at line 65 of file fftools_thread_queue.c.
| unsigned int ThreadQueue::nb_streams |
Definition at line 58 of file fftools_thread_queue.c.
| void(* ThreadQueue::obj_move) (void *dst, void *src) |
Definition at line 63 of file fftools_thread_queue.c.
| ObjPool* ThreadQueue::obj_pool |
Definition at line 62 of file fftools_thread_queue.c.