#include <monitor.h>
Data Fields | |
char | filename_base [FILENAME_MAX] |
int | filename_changed |
char * | format |
int | joinfiles |
char | read_filename [FILENAME_MAX] |
ast_filestream * | read_stream |
int(* | stop )(struct ast_channel *chan, int need_lock) |
char | write_filename [FILENAME_MAX] |
ast_filestream * | write_stream |
Definition at line 31 of file monitor.h.
|
Definition at line 36 of file monitor.h. Referenced by ast_monitor_change_fname(), ast_monitor_start(), and ast_monitor_stop(). |
|
Definition at line 37 of file monitor.h. Referenced by ast_monitor_start(), and ast_monitor_stop(). |
|
Definition at line 38 of file monitor.h. Referenced by ast_monitor_start(), and ast_monitor_stop(). |
|
Definition at line 39 of file monitor.h. Referenced by ast_monitor_setjoinfiles(), ast_monitor_stop(), and start_monitor_exec(). |
|
Definition at line 34 of file monitor.h. Referenced by ast_monitor_start(), and ast_monitor_stop(). |
|
Definition at line 32 of file monitor.h. Referenced by ast_monitor_start(), ast_monitor_stop(), and ast_read(). |
|
Referenced by ast_channel_free(), and ast_monitor_start(). |
|
Definition at line 35 of file monitor.h. Referenced by ast_monitor_start(), and ast_monitor_stop(). |
|
Definition at line 33 of file monitor.h. Referenced by ast_monitor_start(), ast_monitor_stop(), and ast_write(). |