![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Command line arguments for TSClock. More...
#include <tsTSClockArgs.h>

Public Member Functions | |
| TSClockArgs (const UString &prefix=UString()) | |
| Constructor. | |
| void | defineArgs (Args &args) |
| Add command line option definitions in an Args. | |
| bool | loadArgs (Args &args) |
| Load arguments from command line. | |
Public Attributes | |
| bool | pcr_based = false |
| --pcr-based | |
| Time | start_time {} |
| --start-time (always UTC) | |
| bool | timestamp_based = false |
| --timestamp-based | |
| bool | use_local_time = false |
| --local-time | |
Command line arguments for TSClock.
Constructor.
| [in] | prefix | Use that prefix for all long option (e.g. '–foo-local-time' for '–local-time'). |
| void ts::TSClockArgs::defineArgs | ( | Args & | args | ) |
Add command line option definitions in an Args.
| [in,out] | args | Command line arguments to update. |
| bool ts::TSClockArgs::loadArgs | ( | Args & | args | ) |
Load arguments from command line.
| [in,out] | args | Command line arguments. |