|
Ring Daemon
|
#include <dtmf.h>

Public Member Functions | |
| DTMF (unsigned int sampleRate, AVSampleFormat sampleFormat) | |
| Create a new DTMF. | |
| bool | generateDTMF (AVFrame *frame) |
| Copy the sound inside the sampling* buffer. | |
| void | startTone (char code) |
| Start the done for th given dtmf. | |
| jami::DTMF::DTMF | ( | unsigned int | sampleRate, |
| AVSampleFormat | sampleFormat | ||
| ) |
Copy the sound inside the sampling* buffer.
Definition at line 35 of file dtmf.cpp.
References jami::emitSignal(), jami::DTMFGenerator::getNextSamples(), and jami::DTMFGenerator::getSamples().
