#include <AmDtmfDetector.h>
Inheritance diagram for AmDtmfEvent:

Public Member Functions | |
| AmDtmfEvent (int event, int duration) | |
| int | event () const |
| int | duration () const |
Protected Member Functions | |
| AmDtmfEvent (int id) | |
Protected Attributes | |
| int | m_event |
| int | m_duration_msec |
| AmDtmfEvent::AmDtmfEvent | ( | int | id | ) | [inline, protected] |
Constructor
| int AmDtmfEvent::duration | ( | ) | const [inline] |
Duration of keypress in miliseconds
| int AmDtmfEvent::event | ( | ) | const [inline] |
Code of the key
int AmDtmfEvent::m_duration_msec [protected] |
Duration of keypress in miliseconds
int AmDtmfEvent::m_event [protected] |
Code of the key
1.4.7