Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
Data Fields | |
struct ast_frame | f |
struct { | |
struct mohdata * next | |
} | list |
struct ast_format * | origwfmt |
struct mohclass * | parent |
int | pipe [2] |
Definition at line 211 of file res_musiconhold.c.
struct ast_frame f |
Definition at line 215 of file res_musiconhold.c.
Referenced by moh_generate(), and mohalloc().
struct { ... } list |
Referenced by moh_class_destructor(), and mohalloc().
struct mohdata* next |
Definition at line 216 of file res_musiconhold.c.
struct ast_format* origwfmt |
Definition at line 213 of file res_musiconhold.c.
Referenced by moh_alloc(), and moh_release().
struct mohclass* parent |
Definition at line 214 of file res_musiconhold.c.
Referenced by moh_generate(), moh_release(), and mohalloc().
int pipe[2] |
Definition at line 212 of file res_musiconhold.c.
Referenced by moh_generate(), moh_release(), mohalloc(), and monmp3thread().