◆ category
◆ enc_fmt
const char* _MSFilterDesc::enc_fmt |
sub-mime of the format, must be set if category is MS_FILTER_ENCODER or MS_FILTER_DECODER
◆ flags
unsigned int _MSFilterDesc::flags |
Filter's special flags, from the MSFilterFlags enum.
◆ id
MSFilterId _MSFilterDesc::id |
the id declared in allfilters.h
◆ init
◆ methods
◆ name
const char* _MSFilterDesc::name |
◆ ninputs
int _MSFilterDesc::ninputs |
◆ noutputs
int _MSFilterDesc::noutputs |
◆ postprocess
Filter's postprocess function, called once after processing (the filter is no longer called in process() after)
◆ preprocess
Filter's preprocess function, called one time before starting to process
◆ process
Filter's process function, called every tick by the MSTicker to do the filter's job
◆ text
const char* _MSFilterDesc::text |
short text describing the filter's function
◆ uninit
Filter's uninit function, used to deallocate internal structures
The documentation for this struct was generated from the following file: