
Data Fields | |
| struct ast_audiohook | audiohook |
| char * | filename |
| unsigned int | flags |
| struct mixmonitor_ds * | mixmonitor_ds |
| char * | name |
| char * | post_process |
Definition at line 90 of file app_mixmonitor.c.
struct ast_audiohook audiohook [read] |
Definition at line 91 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), launch_monitor_thread(), mixmonitor_thread(), and setup_mixmonitor_ds().
| char* filename |
Definition at line 92 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
| unsigned int flags |
Definition at line 95 of file app_mixmonitor.c.
Referenced by launch_monitor_thread().
struct mixmonitor_ds* mixmonitor_ds [read] |
Definition at line 96 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
| char* name |
Definition at line 94 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
| char* post_process |
Definition at line 93 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
1.6.1