Data Fields | |
struct ast_audiohook | audiohook |
struct ast_autochan * | autochan |
char * | filename |
unsigned int | flags |
struct mixmonitor_ds * | mixmonitor_ds |
char * | name |
char * | post_process |
Definition at line 172 of file app_mixmonitor.c.
struct ast_audiohook audiohook [read] |
Definition at line 173 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), launch_monitor_thread(), mixmonitor_thread(), and setup_mixmonitor_ds().
struct ast_autochan* autochan [read] |
Definition at line 178 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
char* filename |
Definition at line 174 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
unsigned int flags |
Definition at line 177 of file app_mixmonitor.c.
Referenced by launch_monitor_thread().
struct mixmonitor_ds* mixmonitor_ds [read] |
Definition at line 179 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
char* name |
Definition at line 176 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
char* post_process |
Definition at line 175 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().