|
mediastreamer2 5.3.105
|

Data Fields | |
| MSFilterDesc * | desc |
| ms_mutex_t | lock |
| MSQueue ** | inputs |
| MSQueue ** | outputs |
| struct _MSFactory * | factory |
| void * | padding |
| void * | data |
| struct _MSTicker * | ticker |
| MSList * | notify_callbacks |
| uint32_t | last_tick |
| MSFilterStats * | stats |
| int | postponed_task |
| bool_t | seen |
| void* _MSFilter::data |
Unused - to be reused later when new protected fields have to added Pointer used by the filter for internal state and computations.
| MSFilterDesc* _MSFilter::desc |
Back pointer to filter's descriptor.
| struct _MSFactory* _MSFilter::factory |
the factory that created this filter
| MSQueue** _MSFilter::inputs |
Table of input queues.
| MSQueue** _MSFilter::outputs |
Table of output queues
| struct _MSTicker* _MSFilter::ticker |
Pointer to the ticker object. It is never NULL when being called process()