|
Ring Daemon
|
#include <dtmfgenerator.h>

Public Member Functions | |
| DTMFGenerator (unsigned int sampleRate, AVSampleFormat sampleFormat) | |
| DTMF Generator contains frequency of each keys and can build one DTMF. | |
| void | getNextSamples (AVFrame *frame) |
| void | getSamples (AVFrame *frame, unsigned char code) |
| NON_COPYABLE (DTMFGenerator) | |
| ~DTMFGenerator () | |
Definition at line 45 of file dtmfgenerator.h.
| jami::DTMFGenerator::DTMFGenerator | ( | unsigned int | sampleRate, |
| AVSampleFormat | sampleFormat | ||
| ) |
DTMF Generator contains frequency of each keys and can build one DTMF.
| sampleRate | frequency of the sample (ex: 8000 hz) |
Definition at line 56 of file dtmfgenerator.cpp.
References jami::emitSignal(), and NUM_TONES.

| jami::DTMFGenerator::~DTMFGenerator | ( | ) |
Definition at line 68 of file dtmfgenerator.cpp.
Definition at line 110 of file dtmfgenerator.cpp.
References jami::emitSignal().
Referenced by jami::DTMF::generateDTMF().

Definition at line 71 of file dtmfgenerator.cpp.
References jami::emitSignal(), and NUM_TONES.
Referenced by jami::DTMF::generateDTMF().

| jami::DTMFGenerator::NON_COPYABLE | ( | DTMFGenerator | ) |