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