
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 165 of file app_mixmonitor.c.
| struct ast_audiohook audiohook |
Definition at line 166 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 171 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
| char* filename |
Definition at line 167 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
| unsigned int flags |
Definition at line 170 of file app_mixmonitor.c.
Referenced by launch_monitor_thread().
| struct mixmonitor_ds* mixmonitor_ds |
Definition at line 172 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
| char* name |
Definition at line 169 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
| char* post_process |
Definition at line 168 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().