#include <tonegen.h>
This structure describes the digit map which is used by the tone generator to produce tones from an ASCII digits. Digit map used by a particular tone generator can be retrieved/set with pjmedia_tonegen_get_digit_map() and pjmedia_tonegen_set_digit_map().
◆ count
unsigned pjmedia_tone_digit_map::count |
Number of digits in the map.
◆ digit
char pjmedia_tone_digit_map::digit |
The ASCI identification for the digit.
◆ freq1
short pjmedia_tone_digit_map::freq1 |
◆ freq2
short pjmedia_tone_digit_map::freq2 |
Optional second frequency.
struct { ... } pjmedia_tone_digit_map::digits[16] |
Array of digits in the digit map.
The documentation for this struct was generated from the following file: