![]() |
TSDuck v3.44-4659
MPEG Transport Stream Toolkit
|
Command-line options for DSMCCExtractor. More...
#include <tsDSMCCExtractorArgs.h>

Public Member Functions | |
| DSMCCExtractorArgs ()=default | |
| Default constructor. | |
| void | defineArgs (Args &args) |
| Define the command-line options on args. | |
| bool | loadArgs (Args &args) |
| Load parsed values from args into this structure and validate option combinations. | |
Public Attributes | |
| DSMCCExtractor::Options | options {} |
| Extraction policy. | |
| PID | pid = PID_NULL |
| PID carrying the carousel. | |
Command-line options for DSMCCExtractor.
Consolidates the argument definitions, parsing and validation shared by the dsmcc plugin and the tsdsmcc standalone command. Adding a new option happens in one place.
| void ts::DSMCCExtractorArgs::defineArgs | ( | Args & | args | ) |
Define the command-line options on args.
| [in,out] | args | The Args subclass (plugin or command). |
| bool ts::DSMCCExtractorArgs::loadArgs | ( | Args & | args | ) |
Load parsed values from args into this structure and validate option combinations.
| [in,out] | args | The Args subclass (plugin or command). |