![]() |
TSDuck
v3.35-3218
MPEG Transport Stream Toolkit
|
Command-line options for one plugin. More...
Public Member Functions | |
PluginOptions (const UString &name=UString(), const UStringVector &args=UStringVector()) | |
Default constructor. More... | |
void | clear () |
Clear the content of the options. | |
void | set (const UString &name, const UStringVector &args=UStringVector()) |
Set values. More... | |
UString | toString (PluginType type) const |
Format the options as a string. More... | |
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 |