
Data Fields | |
| struct mohclass * | class |
| char | name [MAX_MUSICCLASS] |
| int | origwfmt |
| int | pos |
| int | sample_queue |
| int | samples |
| int | save_pos |
| char * | save_pos_filename |
| int | save_total |
Definition at line 129 of file res_musiconhold.c.
Definition at line 130 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), local_ast_moh_cleanup(), local_ast_moh_start(), moh_alloc(), moh_files_alloc(), and moh_files_release().
| char name[MAX_MUSICCLASS] |
Definition at line 131 of file res_musiconhold.c.
Referenced by moh_files_alloc().
| int origwfmt |
Definition at line 132 of file res_musiconhold.c.
Referenced by moh_files_alloc(), and moh_files_release().
| int pos |
Definition at line 135 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), moh_files_alloc(), and moh_files_release().
| int sample_queue |
Definition at line 134 of file res_musiconhold.c.
Referenced by moh_files_generator().
| int samples |
Definition at line 133 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), and moh_files_generator().
| int save_pos |
Definition at line 136 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), and moh_files_release().
| char* save_pos_filename |
Definition at line 138 of file res_musiconhold.c.
Referenced by ast_moh_files_next().
| int save_total |
Definition at line 137 of file res_musiconhold.c.
Referenced by moh_files_alloc().