![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Command-line options for one plugin. More...
#include <tsPluginOptions.h>

Public Member Functions | |
| PluginOptions (const UString &name=UString(), const UStringVector &args=UStringVector()) | |
| Default constructor. | |
| void | clear () |
| Clear the content of the options. | |
| void | set (const UString &name, const UStringVector &args=UStringVector()) |
| Set values. | |
| UString | toString (PluginType type) const |
| Format the options as a string. | |
Public Attributes | |
| UStringVector | args {} |
| Plugin options. | |
| UString | name {} |
| Plugin name. | |
Command-line options for one plugin.
| ts::PluginOptions::PluginOptions | ( | const UString & | name = UString(), |
| const UStringVector & | args = UStringVector() |
||
| ) |
| void ts::PluginOptions::set | ( | const UString & | name, |
| const UStringVector & | args = UStringVector() |
||
| ) |
| UString ts::PluginOptions::toString | ( | PluginType | type | ) | const |