Fork me on GitHub
Loading...
Searching...
No Matches
Data Structures | Typedefs | Functions

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

#include <glib.h>
#include "../version.h"
Include dependency graph for pp-options.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Command line options parser for janus-pp-rec.

Command line options parser for janus-pp-rec (headers)

Author
Lorenzo Miniero loren.nosp@m.zo@m.nosp@m.eetec.nosp@m.ho.c.nosp@m.om

Helper code to parse the janus-pp-rec command line options using GOptionEntry.

Recordings post-processing utility

Typedef Documentation

◆ janus_pprec_options

Struct containing the parsed command line options for janus-pp-rec.

Function Documentation

◆ janus_pprec_options_destroy()

void janus_pprec_options_destroy ( void  )

Helper method to get rid of the options parser resources.

◆ janus_pprec_options_help()

void janus_pprec_options_help ( void  )

Helper method to print the command line options help summary.

◆ janus_pprec_options_parse()

gboolean janus_pprec_options_parse ( janus_pprec_options opts,
int  argc,
char *  argv[] 
)

Helper method to parse the command line options.

Parameters
optsA pointer to the janus_pprec_options instance to save the options to
argcThe number of arguments
argvThe command line arguments
Returns
TRUE if successful, FALSE otherwise