|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
A description of a part of a tone. More...
#include <indications.h>
Data Fields | |
| unsigned int | freq1 |
| unsigned int | freq2 |
| unsigned int | midinote:1 |
| unsigned int | modulate:1 |
| unsigned int | time |
A description of a part of a tone.
The elements in this structure map to the format described for the data part of the ast_tone_zone_sound struct.
Definition at line 109 of file indications.h.
| unsigned int freq1 |
Definition at line 110 of file indications.h.
Referenced by ast_playtones_start(), ast_tone_zone_part_parse(), and send_dial_tone().
| unsigned int freq2 |
Definition at line 111 of file indications.h.
Referenced by ast_playtones_start(), ast_tone_zone_part_parse(), and send_dial_tone().
| unsigned int midinote |
Definition at line 114 of file indications.h.
Referenced by ast_playtones_start(), and ast_tone_zone_part_parse().
| unsigned int modulate |
Definition at line 113 of file indications.h.
Referenced by ast_playtones_start(), and ast_tone_zone_part_parse().
| unsigned int time |
Definition at line 112 of file indications.h.
Referenced by ast_playtones_start(), and ast_tone_zone_part_parse().