#include <dtmf.h>
Inheritance diagram for PDTMFDecoder:

Public Member Functions | |
| PDTMFDecoder () | |
| PString | Decode (const short *sampleData, PINDEX numSamples) |
Protected Types | |
| enum | { NumTones = 9 } |
Protected Attributes | |
| char | key [256] |
| int | p1 [NumTones] |
| int | h [NumTones] |
| int | k [NumTones] |
| int | y [NumTones] |
| int | nn |
| int | so |
| int | ia |
| PDTMFDecoder::PDTMFDecoder | ( | ) |
| PString PDTMFDecoder::Decode | ( | const short * | sampleData, | |
| PINDEX | numSamples | |||
| ) |
char PDTMFDecoder::key[256] [protected] |
int PDTMFDecoder::p1[NumTones] [protected] |
int PDTMFDecoder::h[NumTones] [protected] |
int PDTMFDecoder::k[NumTones] [protected] |
int PDTMFDecoder::y[NumTones] [protected] |
int PDTMFDecoder::nn [protected] |
int PDTMFDecoder::so [protected] |
int PDTMFDecoder::ia [protected] |
1.5.1