Ring Daemon 16.0.0
|
#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 49 of file dtmfgenerator.cpp.
References jami::emitSignal(), and NUM_TONES.
jami::DTMFGenerator::~DTMFGenerator | ( | ) |
Definition at line 61 of file dtmfgenerator.cpp.
Definition at line 97 of file dtmfgenerator.cpp.
References jami::emitSignal().
Referenced by jami::DTMF::generateDTMF().
Definition at line 66 of file dtmfgenerator.cpp.
References jami::emitSignal(), and NUM_TONES.
Referenced by jami::DTMF::generateDTMF().
jami::DTMFGenerator::NON_COPYABLE | ( | DTMFGenerator | ) |