The VoipMediaEngine class is the primary class for accessing all the
capabilities of the LanScape VOIP Media Engine.
The VoipMediaEngine..::.IVR_RECOGNITION_DATA type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VoipMediaEngine..::.IVR_RECOGNITION_DATA | Initializes a new instance of the VoipMediaEngine..::.IVR_RECOGNITION_DATA class |
Fields
Name | Description | |||
---|---|---|---|---|
BufferLengthInBytes |
The number of bytes contained in the internal sample buffer.
| |||
MediaFormat |
Represents the format and rate of the sampled data the phone line is
using. This rate and format represents the type of data being transmitted and
received between call endpoints. Can be any one of the enumerated values
as specified by VoipMediaEngine..::.MEDIA_FORMAT_AUDIO.
| |||
PhoneLine |
The zero based phone line the data was received on.
| |||
RequestedFormat |
The audio rate and format the application requested when the receiver IVR channel was
opened. Internally the telephony engine will perform proper format and rate conversion
of the received phone line sampled data and present it to the application using this requested format.
| |||
SampleBuffer |
The received sample data buffer.
| |||
SamplesInByteArray |
When set to true, the data contained in the SampleBuffer member is byte sample data (8 bits per element).
If false, then SampleBuffer contains short (16 bits per element) sample data.
| |||
UserData |
This member variable holds the user specified instance data that was specified when
the user callback was registered with the telephony engine.
|