![]() |
TSDuck v3.43-4509
MPEG Transport Stream Toolkit
|
Command line arguments for the class FluteDemux. More...
#include <tsFluteDemuxArgs.h>


Public Member Functions | |
| FluteDemuxArgs ()=default | |
| Constructor. | |
| void | defineArgs (Args &args) |
| Add command line option definitions in an Args. | |
| bool | loadArgs (DuckContext &duck, Args &args) |
| Load arguments from command line. | |
| bool | none () const |
| Check if something specific was required. | |
Public Attributes | |
| bool | dump_flute_payload = false |
| Option --dump-flute-payload. | |
| bool | dump_xml_files = false |
| Option --dump-xml-files. | |
| UStringVector | extract_files {} |
| Options --extract-file. | |
| FluteSessionId | extract_session {} |
| Options --extract-source, --extract-destination, --extract-tsi. | |
| bool | log_fdt = false |
| Option --log-fdt. | |
| bool | log_files = false |
| Option --log-files. | |
| bool | log_flute_packets = false |
| Option --log-flute-packets. | |
| uint64_t | max_file_size = 0 |
| Option --max-file-size. | |
| fs::path | output_directory {} |
| Option --output-directory. | |
| fs::path | save_fdt {} |
| Option --save-fdt. | |
Command line arguments for the class FluteDemux.
| bool ts::FluteDemuxArgs::none | ( | ) | const |
Check if something specific was required.
| void ts::FluteDemuxArgs::defineArgs | ( | Args & | args | ) |
Add command line option definitions in an Args.
| [in,out] | args | Command line arguments to update. |
| bool ts::FluteDemuxArgs::loadArgs | ( | DuckContext & | duck, |
| Args & | args | ||
| ) |
Load arguments from command line.
Args error indicator is set in case of incorrect arguments.
| [in,out] | duck | TSDuck execution context. |
| [in,out] | args | Command line arguments. |