Struct containing the parsed command line options for janus-pp-rec. More...
#include <pp-options.h>
Data Fields | |
gboolean | fileexts_only |
gboolean | jsonheader_only |
gboolean | header_only |
gboolean | parse_only |
gboolean | extjson_only |
const char * | metadata |
gboolean | ignore_first_packets |
int | match_pt |
int | audio_level_extmap_id |
int | video_orient_extmap_id |
int | debug_level |
int | debug_timestamps |
gboolean | disable_colors |
const char * | extension |
gboolean | faststart |
int | audioskew_th |
int | silence_distance |
int | restamp_multiplier |
int | restamp_min_th |
int | restamp_packets |
char ** | paths |
Struct containing the parsed command line options for janus-pp-rec.
int janus_pprec_options::audio_level_extmap_id |
int janus_pprec_options::audioskew_th |
int janus_pprec_options::debug_level |
int janus_pprec_options::debug_timestamps |
gboolean janus_pprec_options::disable_colors |
const char* janus_pprec_options::extension |
gboolean janus_pprec_options::extjson_only |
gboolean janus_pprec_options::faststart |
gboolean janus_pprec_options::fileexts_only |
gboolean janus_pprec_options::header_only |
gboolean janus_pprec_options::ignore_first_packets |
gboolean janus_pprec_options::jsonheader_only |
int janus_pprec_options::match_pt |
const char* janus_pprec_options::metadata |
gboolean janus_pprec_options::parse_only |
char** janus_pprec_options::paths |
int janus_pprec_options::restamp_min_th |
int janus_pprec_options::restamp_multiplier |
int janus_pprec_options::restamp_packets |
int janus_pprec_options::silence_distance |
int janus_pprec_options::video_orient_extmap_id |