Delegate CoreListener.OnEcCalibrationResultDelegate
Function prototype used by #linphone_core_cbs_set_ec_calibrator_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 LinphoneCore. |
| EcCalibratorStatus | status | The LinphoneEcCalibratorStatus of the calibrator. |
| System.Int32 | delayMs | The measured delay if available. |