#include <audio2.h>
Inheritance diagram for ost::DTMFTones:

Public Member Functions | |
| DTMFTones (const char *digits, Level level, timeout_t duration=20, timeout_t interdigit=60) | |
| Generate a dtmf dialer for a specified dialing string. | |
| ~DTMFTones () | |
| Linear | getFrame (void) |
| bool | isComplete (void) |
Protected Attributes | |
| unsigned | remaining |
| unsigned | dtmfframes |
| timeout_t | frametime |
| const char * | digits |
| Level | level |
| bool | complete |
Each time getFrame() is called, the next audio frame of dtmf audio will be created and pulled.
|
||||||||||||||||||||
|
Generate a dtmf dialer for a specified dialing string.
|
|
|
|
|
|
Reimplemented from ost::AudioTone. |
|
|
Reimplemented from ost::AudioTone. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6