Command line options parser for janus-pp-rec. More...


Go to the source code of this file.
Data Structures | |
| struct | janus_pprec_options |
| Struct containing the parsed command line options for janus-pp-rec. More... | |
Typedefs | |
| typedef struct janus_pprec_options | janus_pprec_options |
| Struct containing the parsed command line options for janus-pp-rec. | |
Functions | |
| gboolean | janus_pprec_options_parse (janus_pprec_options *opts, int argc, char *argv[]) |
| Helper method to parse the command line options. | |
| void | janus_pprec_options_help (void) |
| Helper method to print the command line options help summary. | |
| void | janus_pprec_options_destroy (void) |
| Helper method to get rid of the options parser resources. | |
Command line options parser for janus-pp-rec.
Command line options parser for janus-pp-rec (headers)
Helper code to parse the janus-pp-rec command line options using GOptionEntry.
| typedef struct janus_pprec_options janus_pprec_options |
Struct containing the parsed command line options for janus-pp-rec.
| void janus_pprec_options_destroy | ( | void | ) |
Helper method to get rid of the options parser resources.
| void janus_pprec_options_help | ( | void | ) |
Helper method to print the command line options help summary.
| gboolean janus_pprec_options_parse | ( | janus_pprec_options * | opts, |
| int | argc, | ||
| char * | argv[] ) |
Helper method to parse the command line options.
| opts | A pointer to the janus_pprec_options instance to save the options to |
| argc | The number of arguments |
| argv | The command line arguments |