Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
Data Fields | |
struct ast_audiohook * | audiohook |
char * | beep_id |
ast_cond_t | destruction_condition |
unsigned int | destruction_ok |
char * | filename |
struct ast_filestream * | fs |
int | fs_quit |
struct ast_filestream * | fs_read |
struct ast_filestream * | fs_write |
ast_mutex_t | lock |
unsigned int | samp_rate |
Definition at line 489 of file app_mixmonitor.c.
struct ast_audiohook* audiohook |
Definition at line 502 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_ds_destroy(), mute_mixmonitor_instance(), setup_mixmonitor_ds(), and stop_mixmonitor_full().
char* beep_id |
Definition at line 506 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_destroy(), setup_mixmonitor_ds(), and stop_mixmonitor_full().
ast_cond_t destruction_condition |
Definition at line 491 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_destroy(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
unsigned int destruction_ok |
Definition at line 490 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_destroy(), and mixmonitor_thread().
char* filename |
Definition at line 505 of file app_mixmonitor.c.
Referenced by func_mixmonitor_read(), handle_cli_mixmonitor(), mixmonitor_ds_destroy(), and setup_mixmonitor_ds().
struct ast_filestream* fs |
Definition at line 498 of file app_mixmonitor.c.
Referenced by handle_cli_mixmonitor(), mixmonitor_ds_close_fs(), and mixmonitor_thread().
int fs_quit |
Definition at line 496 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_close_fs(), mixmonitor_save_prep(), and mixmonitor_thread().
struct ast_filestream* fs_read |
Definition at line 499 of file app_mixmonitor.c.
Referenced by handle_cli_mixmonitor(), mixmonitor_ds_close_fs(), and mixmonitor_thread().
struct ast_filestream* fs_write |
Definition at line 500 of file app_mixmonitor.c.
Referenced by handle_cli_mixmonitor(), mixmonitor_ds_close_fs(), and mixmonitor_thread().
ast_mutex_t lock |
Definition at line 492 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_ds_destroy(), mixmonitor_free(), mixmonitor_thread(), mute_mixmonitor_instance(), setup_mixmonitor_ds(), and stop_mixmonitor_full().
unsigned int samp_rate |
Definition at line 504 of file app_mixmonitor.c.
Referenced by mixmonitor_save_prep(), mixmonitor_thread(), and setup_mixmonitor_ds().