TSDuck v3.40-3963
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 | appName {} |
Application name, for help messages. | |
cn::seconds | bufferTime {1} |
Buffer time of timing data list. | |
PluginOptionsVector | inputs {} |
Input plugins descriptions. | |
cn::seconds | outputInterval {} |
Waiting time between every output. | |
fs::path | 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. |