TSP plugin repository.
More...
|
namespace | ts |
| TSDuck namespace, containing all TSDuck classes and functions.
|
|
◆ TS_REGISTER_INPUT_PLUGIN
#define TS_REGISTER_INPUT_PLUGIN |
( |
|
name, |
|
|
|
classname |
|
) |
| |
Register an input plugin class in the plugin repository.
- Parameters
-
name | Plugin name. |
classname | Name of a subclass of ts::InputPlugin implementing the plugin. |
◆ TS_REGISTER_OUTPUT_PLUGIN
#define TS_REGISTER_OUTPUT_PLUGIN |
( |
|
name, |
|
|
|
classname |
|
) |
| |
Register an output plugin class in the plugin repository.
- Parameters
-
name | Plugin name. |
classname | Name of a subclass of ts::OutputPlugin implementing the plugin. |
◆ TS_REGISTER_PROCESSOR_PLUGIN
#define TS_REGISTER_PROCESSOR_PLUGIN |
( |
|
name, |
|
|
|
classname |
|
) |
| |
Register a packet processing plugin class in the plugin repository.
- Parameters
-