#include <pv_2way_h324m_types.h>
Inheritance diagram for CPVUserInputDtmf:
Public Methods | |
OSCL_IMPORT_REF | CPVUserInputDtmf (uint8 aInput, bool aUpdate, uint16 aDuration=0) |
OSCL_IMPORT_REF | ~CPVUserInputDtmf () |
OSCL_IMPORT_REF PV2WayUserInputType | GetType () |
OSCL_IMPORT_REF uint8 | GetInput () |
OSCL_IMPORT_REF bool | IsUpdate () |
OSCL_IMPORT_REF uint16 | GetDuration () |
CPVUserInputDtmf class contains DTMF signal information from an H.245 UserInputIndication message.
|
Constructor of CPVUserInputDtmf class.
|
|
Destructor. |
|
Return the duration of the update.
|
|
Return the user input DTMF tone
|
|
Virtual function to return the user input type Implements CPVUserInput. |
|
Return if the DTMF tone is an update
|