#include <dtmf.h>

Public Member Functions | |
| PDTMFDecoder () | |
| PString | Decode (const void *buf, PINDEX bytes) |
Protected Attributes | |
| char | key [256] |
| int | p1 [8] |
| int | h [8] |
| int | k [8] |
| int | y [8] |
| int | nn |
| int | so |
| int | ia |
| PDTMFDecoder::PDTMFDecoder | ( | ) |
| PString PDTMFDecoder::Decode | ( | const void * | buf, | |
| PINDEX | bytes | |||
| ) |
char PDTMFDecoder::key[256] [protected] |
int PDTMFDecoder::p1[8] [protected] |
int PDTMFDecoder::h[8] [protected] |
int PDTMFDecoder::k[8] [protected] |
int PDTMFDecoder::y[8] [protected] |
int PDTMFDecoder::nn [protected] |
int PDTMFDecoder::so [protected] |
int PDTMFDecoder::ia [protected] |
1.5.5