![]() |
TSDuck
v3.35-3218
MPEG Transport Stream Toolkit
|
Transport stream latency monitor command-line options. More...
Public Member Functions | |
LatencyMonitorArgs () | |
Constructor. | |
void | defineArgs (Args &args) |
Add command line option definitions in an Args. More... | |
bool | loadArgs (Args &args) |
Load arguments from command line. More... | |
Public Attributes | |
UString | appName |
Application name, for help messages. | |
uint64_t | bufferTime |
Buffer time of timing data list. | |
PluginOptionsVector | inputs |
Input plugins descriptions. | |
uint64_t | outputInterval |
Waiting time between every output in seconds. | |
UString | outputName |
Output file name (empty means stderr). | |
Transport stream latency monitor command-line options.
void ts::LatencyMonitorArgs::defineArgs | ( | Args & | args | ) |
Add command line option definitions in an Args.
[in,out] | args | Command line arguments to update. |
bool ts::LatencyMonitorArgs::loadArgs | ( | Args & | args | ) |
Load arguments from command line.
Args error indicator is set in case of incorrect arguments.
[in,out] | args | Command line arguments. |