A single detected DTMF tone with timing information.
More...
#include <minidsp.h>
|
| char | digit |
| | Decoded digit: '0'–'9', 'A'–'D', '*', or '#'.
|
| |
| double | start_s |
| | Tone onset time in seconds.
|
| |
| double | end_s |
| | Tone offset time in seconds.
|
| |
A single detected DTMF tone with timing information.
Definition at line 1112 of file minidsp.h.
◆ digit
Decoded digit: '0'–'9', 'A'–'D', '*', or '#'.
Definition at line 1113 of file minidsp.h.
◆ end_s
| double MD_DTMFTone::end_s |
Tone offset time in seconds.
Definition at line 1115 of file minidsp.h.
◆ start_s
| double MD_DTMFTone::start_s |
Tone onset time in seconds.
Definition at line 1114 of file minidsp.h.
The documentation for this struct was generated from the following file: