MLT
7.28.0
|
private members of mlt_consumer More...
Data Fields | |
atomic_int | ahead |
void * | ahead_thread |
int | aud_counter |
mlt_audio_format | audio_format |
int | channels |
int | consecutive_dropped |
int | consecutive_rendered |
pthread_cond_t | done_cond |
pthread_mutex_t | done_mutex |
mlt_event | event_listener |
double | fps |
int | frequency |
mlt_image_format | image_format |
int | is_purge |
mlt_position | position |
pthread_mutex_t | position_mutex |
int | preroll |
int | process_head |
mlt_frame | put |
int | put_active |
pthread_cond_t | put_cond |
pthread_mutex_t | put_mutex |
mlt_deque | queue |
pthread_cond_t | queue_cond |
pthread_mutex_t | queue_mutex |
int | real_time |
atomic_int | speed |
atomic_int | started |
pthread_t * | threads |
used to deallocate all threads More... | |
mlt_deque | worker_threads |
private members of mlt_consumer
atomic_int consumer_private::ahead |
void* consumer_private::ahead_thread |
int consumer_private::aud_counter |
mlt_audio_format consumer_private::audio_format |
int consumer_private::channels |
int consumer_private::consecutive_dropped |
int consumer_private::consecutive_rendered |
pthread_cond_t consumer_private::done_cond |
pthread_mutex_t consumer_private::done_mutex |
mlt_event consumer_private::event_listener |
double consumer_private::fps |
int consumer_private::frequency |
mlt_image_format consumer_private::image_format |
int consumer_private::is_purge |
mlt_position consumer_private::position |
pthread_mutex_t consumer_private::position_mutex |
int consumer_private::preroll |
int consumer_private::process_head |
mlt_frame consumer_private::put |
int consumer_private::put_active |
pthread_cond_t consumer_private::put_cond |
pthread_mutex_t consumer_private::put_mutex |
mlt_deque consumer_private::queue |
pthread_cond_t consumer_private::queue_cond |
pthread_mutex_t consumer_private::queue_mutex |
int consumer_private::real_time |
atomic_int consumer_private::speed |
atomic_int consumer_private::started |
pthread_t* consumer_private::threads |
used to deallocate all threads
mlt_deque consumer_private::worker_threads |