[Missing <summary> documentation for "T:LanScape.VoipMediaEngine.PhoneLineVuMeter.PhoneLineVuMeterCallback_Delegate_def"]
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public delegate void PhoneLineVuMeterCallback_Delegate_def(
PHONE_LINE_VU_METER_DATA* pPhoneLineVuMeterData
) |
Visual Basic (Declaration) |
---|
Visual Basic does not support APIs that consume or return unsafe types. |
Visual C++ |
---|
public delegate void PhoneLineVuMeterCallback_Delegate_def(
PHONE_LINE_VU_METER_DATA* pPhoneLineVuMeterData
) |
J# |
---|
J# does not support APIs that consume or return unsafe types. |
Parameters
- pPhoneLineVuMeterData
- Type:
PHONE_LINE_VU_METER_DATA
*
See Also