Data Fields | |
ast_audiohook | audiohook |
ast_autochan * | autochan |
char * | filename |
unsigned int | flags |
mixmonitor_ds * | mixmonitor_ds |
char * | name |
char * | post_process |
Definition at line 159 of file app_mixmonitor.c.
struct ast_audiohook audiohook |
Definition at line 160 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), launch_monitor_thread(), mixmonitor_thread(), and setup_mixmonitor_ds().
struct ast_autochan* autochan |
Definition at line 165 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
char* filename |
unsigned int flags |
struct mixmonitor_ds* mixmonitor_ds |
Definition at line 166 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
char* name |
Definition at line 163 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
char* post_process |