Data Fields | |
struct ast_audiohook | audiohook |
struct ast_channel * | chan |
char * | filename |
unsigned int | flags |
char * | name |
char * | post_process |
Definition at line 95 of file app_mixmonitor.c.
struct ast_audiohook audiohook [read] |
Definition at line 96 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
struct ast_channel* chan [read] |
Definition at line 101 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
char* filename |
Definition at line 97 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
unsigned int flags |
char* name |
Definition at line 99 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
char* post_process |
Definition at line 98 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().