The VoipMediaEngine class is the primary class for accessing all the
capabilities of the LanScape VOIP Media Engine.
The VoipMediaEngine..::.PhoneLineVuMeter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VoipMediaEngine..::.PhoneLineVuMeter | Initializes a new instance of the VoipMediaEngine..::.PhoneLineVuMeter class |
Methods
Name | Description | |||
---|---|---|---|---|
Finalize |
The Object's finalizer.
(Overrides Object..::.Finalize()()().) | |||
SetPhoneLineVuMeterCallback |
The SetPhoneLineVuMeterCallback procedure allows application software to receive full duplex digitally
mixed audio sample block data from a phone line. This sample block data can be used for the purposes
of driving VU meter display GUI elements in the VOIP application.
|
Fields
Name | Description | |
---|---|---|
MediaEngine |
The media enigne instance.
Do not modify this value directly.
| |
PhoneLine |
The zero based phone line index.
Do not modify this value directly.
| |
pManagedPhoneLineVuMeterInstance |
A pseudo pointer to this managed wrapper.
Do not modify this value directly.
| |
pUserPhoneLineVuMeterProc_Mananged |
An internal callback handler.
Do not modify this value directly.
| |
UserDefinedData_Mananged |
Instance data that gets passed to an internal callback handler.
Do not modify this value directly.
|