MediaProcessors
|
Public Attributes | |
pthread_mutex_t | module_api_mutex |
llist_t * | comm_if_llist |
Module's context structure. This structure is statically defined in the program.
llist_t* comm_module_ctx_s::comm_if_llist |
pthread_mutex_t comm_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 comm_module_opt().