| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| int | announcement | 
| struct mohclass * | class | 
| struct ast_format * | mohwfmt | 
| char | name [MAX_MUSICCLASS] | 
| struct ast_format * | origwfmt | 
| int | pos | 
| int | sample_queue | 
| int | samples | 
| int | save_pos | 
| char | save_pos_filename [PATH_MAX] | 
| int | save_total | 
Definition at line 139 of file res_musiconhold.c.
| int announcement | 
Definition at line 144 of file res_musiconhold.c.
| struct mohclass* class | 
Holds a reference to the MOH class.
Definition at line 141 of file res_musiconhold.c.
Referenced by moh_alloc().
| struct ast_format* mohwfmt | 
Definition at line 143 of file res_musiconhold.c.
| char name[MAX_MUSICCLASS] | 
Definition at line 150 of file res_musiconhold.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| struct ast_format* origwfmt | 
Definition at line 142 of file res_musiconhold.c.
| int pos | 
Definition at line 147 of file res_musiconhold.c.
| int sample_queue | 
Definition at line 146 of file res_musiconhold.c.
| int samples | 
Definition at line 145 of file res_musiconhold.c.
| int save_pos | 
Definition at line 148 of file res_musiconhold.c.
| char save_pos_filename[PATH_MAX] | 
Definition at line 151 of file res_musiconhold.c.
| int save_total | 
Definition at line 149 of file res_musiconhold.c.