Data struct passed to a user registered phone line VU meter callback procedure.
Used to allow the application to gain real time access to digitally mixed phone
line sample data. Useful for driving VU meter displays in your application.
Note: |
VU meter functionality shares the phone line's digital mixer that is used
during phone call recording. You must configure the media enigne to enable call
recording if you want VU meter sample data. This does not mean that call
recording has to be active during any call in order to get VU meter sampled data.
It just means the media enigne's phone line record digital mixers must be created
to support VU merter callback functionaliy.
|
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
Visual Basic (Declaration) |
---|
Public Class PHONE_LINE_VU_METER_DATA _
Implements IDisposable |
Visual C++ |
---|
public ref class PHONE_LINE_VU_METER_DATA : IDisposable |
J# |
---|
public class PHONE_LINE_VU_METER_DATA implements IDisposable |
Inheritance Hierarchy
See Also