Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_frame | f |
struct { | |
struct mohdata * next | |
} | list |
struct ast_format * | origwfmt |
struct mohclass * | parent |
int | pipe [2] |
Definition at line 198 of file res_musiconhold.c.
struct ast_frame f |
Definition at line 202 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 203 of file res_musiconhold.c.
struct ast_format* origwfmt |
Definition at line 200 of file res_musiconhold.c.
Referenced by moh_alloc(), and moh_release().
struct mohclass* parent |
Definition at line 201 of file res_musiconhold.c.
Referenced by moh_generate(), moh_release(), and mohalloc().
int pipe[2] |
Definition at line 199 of file res_musiconhold.c.
Referenced by moh_generate(), moh_release(), mohalloc(), and monmp3thread().