MediaProcessors
|
Public Attributes | |
pthread_mutex_t | module_api_mutex |
llist_t * | proc_if_llist |
Module's context structure. PROCS module context structure is statically defined in the program.
pthread_mutex_t procs_module_ctx_s::module_api_mutex |
Module's API mutual exclusion lock. This lock is used to provide a critical section for external applications to be able to operate concurrently and asynchronously on this module. API options are available through the function procs_module_opt().
llist_t* procs_module_ctx_s::proc_if_llist |