![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Transport stream latency monitor command-line options. More...
#include <tsLatencyMonitorArgs.h>

Public Member Functions | |
| LatencyMonitorArgs ()=default | |
| Constructor. | |
| void | defineArgs (Args &args) |
| Add command line option definitions in an Args. | |
| bool | loadArgs (Args &args) |
| Load arguments from command line. | |
Public Attributes | |
| UString | app_name {} |
| Application name, for help messages. | |
| cn::seconds | buffer_time {1} |
| Buffer time of timing data list. | |
| PluginOptionsVector | inputs {} |
| Input plugins descriptions. | |
| cn::seconds | output_interval {0} |
| Waiting time between every output. | |
| fs::path | output_name {} |
| 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. |