#include <splicedescriptors.h>
Public Member Functions | |
| DTMFDescriptor (const unsigned char *data, int len=300) | |
| uint | Preroll (void) const |
| uint | DTMFCount (void) const |
| char | DTMFChar (uint i) const |
| QString | DTMFString (void) const |
| virtual QString | toString (void) const |
Static Public Member Functions | |
| static bool | IsParsible (const unsigned char *data, uint safe_bytes) |
Definition at line 126 of file splicedescriptors.h.
| DTMFDescriptor::DTMFDescriptor | ( | const unsigned char * | data, | |
| int | len = 300 | |||
| ) | [inline] |
Definition at line 129 of file splicedescriptors.h.
| uint DTMFDescriptor::Preroll | ( | void | ) | const [inline] |
Definition at line 137 of file splicedescriptors.h.
| uint DTMFDescriptor::DTMFCount | ( | void | ) | const [inline] |
Definition at line 139 of file splicedescriptors.h.
Referenced by DTMFString().
| char DTMFDescriptor::DTMFChar | ( | uint | i | ) | const [inline] |
Definition at line 143 of file splicedescriptors.h.
| QString DTMFDescriptor::DTMFString | ( | void | ) | const [inline] |
Definition at line 144 of file splicedescriptors.h.
Referenced by toString().
Definition at line 177 of file splicedescriptors.cpp.
| virtual QString DTMFDescriptor::toString | ( | void | ) | const [inline, virtual] |
Reimplemented from SpliceDescriptor.
Definition at line 152 of file splicedescriptors.h.
1.6.3