Delegate CoreListener.OnEcCalibrationResultDelegate
Function prototype used by linphone_core_cbs_set_ec_calibration_result.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnEcCalibrationResultDelegate(Core core, EcCalibratorStatus status, int delayMs);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | The Linphone.Core. |
| EcCalibratorStatus | status | The Linphone.EcCalibratorStatus of the calibrator. |
| System.Int32 | delayMs | The measured delay if available. |