Functions | |
gboolean | janus_pprec_options_parse (janus_pprec_options *options, 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. | |
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 |