mediastreamer2 5.2.0
Data Fields
Collaboration diagram for _MSFilter:
Collaboration graph
[legend]

Data Fields

MSFilterDescdesc
 
ms_mutex_t lock
 
MSQueue ** inputs
 
MSQueue ** outputs
 
struct _MSFactoryfactory
 
void * padding
 
void * data
 
struct _MSTickerticker
 
MSList * notify_callbacks
 
uint32_t last_tick
 
MSFilterStatsstats
 
int postponed_task
 
bool_t seen
 

Field Documentation

◆ data

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.

◆ desc

MSFilterDesc* _MSFilter::desc

Back pointer to filter's descriptor.

◆ factory

struct _MSFactory* _MSFilter::factory

the factory that created this filter

◆ inputs

MSQueue** _MSFilter::inputs

Table of input queues.

◆ outputs

MSQueue** _MSFilter::outputs

Table of output queues

◆ ticker

struct _MSTicker* _MSFilter::ticker

Pointer to the ticker object. It is never NULL when being called process()


The documentation for this struct was generated from the following file: