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

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

Constructors

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

Fields

  NameDescription
BufferLengthInBytes
The number of bytes in the sample block.
PhoneLine
The zero based phone line number.
SampleBuffer
A pointer to a 20 Ms 8k PCM sample block.
UserData
Application instance data. The value specified in this structure is the same as the UserData parameter that is specified in a call to the SetPhoneLineVuMeterCallback(VoipMediaEngine, Int32, VoipMediaEngine..::.PHONE_LINE_VU_METER_CALLBACK_PROC, Object) API procedure.

See Also