#include <monitor.h>
Collaboration diagram for ast_channel_monitor:
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.
char filename_base[FILENAME_MAX] |
Definition at line 36 of file monitor.h.
Referenced by ast_monitor_change_fname(), ast_monitor_start(), and ast_monitor_stop().
int filename_changed |
char* format |
int joinfiles |
Definition at line 39 of file monitor.h.
Referenced by ast_monitor_setjoinfiles(), ast_monitor_stop(), and start_monitor_exec().
char read_filename[FILENAME_MAX] |
struct ast_filestream* read_stream |
Definition at line 32 of file monitor.h.
Referenced by ast_monitor_start(), ast_monitor_stop(), and ast_read().
int(* stop)(struct ast_channel *chan, int need_lock) |
Referenced by ast_channel_free(), and ast_monitor_start().
char write_filename[FILENAME_MAX] |
struct ast_filestream* write_stream |
Definition at line 33 of file monitor.h.
Referenced by ast_monitor_start(), ast_monitor_stop(), and ast_write().