PluginFilter_t Struct Reference
[Plugin Interface]

Structure used to describe a Filter Feature. More...

#include <plugin.h>


Data Fields

PIDFilter_tfilter
 Filter assigned to this filter feature.
void(* InitFilter )(PIDFilter_t *filter)
 Function pointer used to initialise the filter.
void(* DeinitFilter )(PIDFilter_t *filter)
 Function pointer used to deinitialise the filter.


Detailed Description

Structure used to describe a Filter Feature.

Multiple filter features per plugin is allowed, but developers should try and keep the number to a minimum to keep the overheads of maintaining and calling lots of filters down.


Field Documentation

Function pointer used to initialise the filter.

Function pointer used to deinitialise the filter.


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

Generated on Thu Jun 26 12:58:32 2008 for DVBStreamer by  doxygen 1.5.5