Where the command line options are stored. More...
#include <pp-cmdline.h>
Data Fields | |
const char * | help_help |
Print help and exit help description. More... | |
const char * | version_help |
Print version and exit help description. More... | |
int | json_flag |
Only print JSON header (default=off). More... | |
const char * | json_help |
Only print JSON header help description. More... | |
int | header_flag |
Only parse .mjr header (default=off). More... | |
const char * | header_help |
Only parse .mjr header help description. More... | |
int | parse_flag |
Only parse and re-order packets (default=off). More... | |
const char * | parse_help |
Only parse and re-order packets help description. More... | |
char * | metadata_arg |
Save this metadata string in the target file. More... | |
char * | metadata_orig |
Save this metadata string in the target file original value given at command line. More... | |
const char * | metadata_help |
Save this metadata string in the target file help description. More... | |
int | postreset_trigger_arg |
Number of packets needed to detect a timestamp reset (default=200). More... | |
char * | postreset_trigger_orig |
Number of packets needed to detect a timestamp reset (default=200) original value given at command line. More... | |
const char * | postreset_trigger_help |
Number of packets needed to detect a timestamp reset (default=200) help description. More... | |
int | ignore_first_arg |
Number of first packets to ignore when processing, e.g., in case they're cause of issues (default=0). More... | |
char * | ignore_first_orig |
Number of first packets to ignore when processing, e.g., in case they're cause of issues (default=0) original value given at command line. More... | |
const char * | ignore_first_help |
Number of first packets to ignore when processing, e.g., in case they're cause of issues (default=0) help description. More... | |
int | audiolevel_ext_arg |
ID of the audio-levels RTP extension (default=none). More... | |
char * | audiolevel_ext_orig |
ID of the audio-levels RTP extension (default=none) original value given at command line. More... | |
const char * | audiolevel_ext_help |
ID of the audio-levels RTP extension (default=none) help description. More... | |
int | videoorient_ext_arg |
ID of the video-orientation RTP extension (default=none). More... | |
char * | videoorient_ext_orig |
ID of the video-orientation RTP extension (default=none) original value given at command line. More... | |
const char * | videoorient_ext_help |
ID of the video-orientation RTP extension (default=none) help description. More... | |
int | debug_level_arg |
Debug/logging level (0=disable debugging, 7=maximum debug level; default=4). More... | |
char * | debug_level_orig |
Debug/logging level (0=disable debugging, 7=maximum debug level; default=4) original value given at command line. More... | |
const char * | debug_level_help |
Debug/logging level (0=disable debugging, 7=maximum debug level; default=4) help description. More... | |
int | debug_timestamps_flag |
Enable debug/logging timestamps (default=off). More... | |
const char * | debug_timestamps_help |
Enable debug/logging timestamps help description. More... | |
int | disable_colors_flag |
Disable color in the logging (default=off). More... | |
const char * | disable_colors_help |
Disable color in the logging help description. More... | |
unsigned int | help_given |
Whether help was given. More... | |
unsigned int | version_given |
Whether version was given. More... | |
unsigned int | json_given |
Whether json was given. More... | |
unsigned int | header_given |
Whether header was given. More... | |
unsigned int | parse_given |
Whether parse was given. More... | |
unsigned int | metadata_given |
Whether metadata was given. More... | |
unsigned int | postreset_trigger_given |
Whether postreset-trigger was given. More... | |
unsigned int | ignore_first_given |
Whether ignore-first was given. More... | |
unsigned int | audiolevel_ext_given |
Whether audiolevel-ext was given. More... | |
unsigned int | videoorient_ext_given |
Whether videoorient-ext was given. More... | |
unsigned int | debug_level_given |
Whether debug-level was given. More... | |
unsigned int | debug_timestamps_given |
Whether debug-timestamps was given. More... | |
unsigned int | disable_colors_given |
Whether disable-colors was given. More... | |
Where the command line options are stored.
int gengetopt_args_info::audiolevel_ext_arg |
ID of the audio-levels RTP extension (default=none).
unsigned int gengetopt_args_info::audiolevel_ext_given |
Whether audiolevel-ext was given.
const char* gengetopt_args_info::audiolevel_ext_help |
ID of the audio-levels RTP extension (default=none) help description.
char* gengetopt_args_info::audiolevel_ext_orig |
ID of the audio-levels RTP extension (default=none) original value given at command line.
int gengetopt_args_info::debug_level_arg |
Debug/logging level (0=disable debugging, 7=maximum debug level; default=4).
unsigned int gengetopt_args_info::debug_level_given |
Whether debug-level was given.
const char* gengetopt_args_info::debug_level_help |
Debug/logging level (0=disable debugging, 7=maximum debug level; default=4) help description.
char* gengetopt_args_info::debug_level_orig |
Debug/logging level (0=disable debugging, 7=maximum debug level; default=4) original value given at command line.
int gengetopt_args_info::debug_timestamps_flag |
Enable debug/logging timestamps (default=off).
unsigned int gengetopt_args_info::debug_timestamps_given |
Whether debug-timestamps was given.
const char* gengetopt_args_info::debug_timestamps_help |
Enable debug/logging timestamps help description.
int gengetopt_args_info::disable_colors_flag |
Disable color in the logging (default=off).
unsigned int gengetopt_args_info::disable_colors_given |
Whether disable-colors was given.
const char* gengetopt_args_info::disable_colors_help |
Disable color in the logging help description.
int gengetopt_args_info::header_flag |
Only parse .mjr header (default=off).
unsigned int gengetopt_args_info::header_given |
Whether header was given.
const char* gengetopt_args_info::header_help |
Only parse .mjr header help description.
unsigned int gengetopt_args_info::help_given |
Whether help was given.
const char* gengetopt_args_info::help_help |
Print help and exit help description.
int gengetopt_args_info::ignore_first_arg |
Number of first packets to ignore when processing, e.g., in case they're cause of issues (default=0).
unsigned int gengetopt_args_info::ignore_first_given |
Whether ignore-first was given.
const char* gengetopt_args_info::ignore_first_help |
Number of first packets to ignore when processing, e.g., in case they're cause of issues (default=0) help description.
char* gengetopt_args_info::ignore_first_orig |
Number of first packets to ignore when processing, e.g., in case they're cause of issues (default=0) original value given at command line.
int gengetopt_args_info::json_flag |
Only print JSON header (default=off).
unsigned int gengetopt_args_info::json_given |
Whether json was given.
const char* gengetopt_args_info::json_help |
Only print JSON header help description.
char* gengetopt_args_info::metadata_arg |
Save this metadata string in the target file.
unsigned int gengetopt_args_info::metadata_given |
Whether metadata was given.
const char* gengetopt_args_info::metadata_help |
Save this metadata string in the target file help description.
char* gengetopt_args_info::metadata_orig |
Save this metadata string in the target file original value given at command line.
int gengetopt_args_info::parse_flag |
Only parse and re-order packets (default=off).
unsigned int gengetopt_args_info::parse_given |
Whether parse was given.
const char* gengetopt_args_info::parse_help |
Only parse and re-order packets help description.
int gengetopt_args_info::postreset_trigger_arg |
Number of packets needed to detect a timestamp reset (default=200).
unsigned int gengetopt_args_info::postreset_trigger_given |
Whether postreset-trigger was given.
const char* gengetopt_args_info::postreset_trigger_help |
Number of packets needed to detect a timestamp reset (default=200) help description.
char* gengetopt_args_info::postreset_trigger_orig |
Number of packets needed to detect a timestamp reset (default=200) original value given at command line.
unsigned int gengetopt_args_info::version_given |
Whether version was given.
const char* gengetopt_args_info::version_help |
Print version and exit help description.
int gengetopt_args_info::videoorient_ext_arg |
ID of the video-orientation RTP extension (default=none).
unsigned int gengetopt_args_info::videoorient_ext_given |
Whether videoorient-ext was given.
const char* gengetopt_args_info::videoorient_ext_help |
ID of the video-orientation RTP extension (default=none) help description.
char* gengetopt_args_info::videoorient_ext_orig |
ID of the video-orientation RTP extension (default=none) original value given at command line.