The VoipMediaEngine class is the primary class for accessing all the capabilities of the LanScape VOIP Media Engine.

The VoipMediaEngine..::.DTMF_FAR_END_INFO type exposes the following members.

Constructors

  NameDescription
VoipMediaEngine..::.DTMF_FAR_END_INFO
Initializes a new instance of the VoipMediaEngine..::.DTMF_FAR_END_INFO class

Fields

  NameDescription
FarEndSupportsRFC2833
This value will be non zero of the far end of the call supports RFC2833 DTMF signaling.
PayloadType
Represents the RFC2833 DTMF payload media type the far end is using.
SamplingRate
The "sampling rate"/"timestamp rate" of the supported DTMF tones.
SupportedEvents
A string containing all supported events/DTMF tones the far end supports. If this string is empty, VOIP applications should assume the far end supports RFC2833 events 0-15 (i.e. DTMF digits 0-9,*,#,A,B,C,D).
Note:
The values of the DTMF digits supported by RFC2833 DTMF signaling are the same as the integer values of the media engine DTMF tone enumeration VoipMediaEngine..::.DTMF_TONE.

See Also