EcCalibratorStatus

public enum EcCalibratorStatus : Int

Enum describing the result of the echo canceller calibration process.

  • The echo canceller calibration process is on going.

    Declaration

    Swift

    case InProgress = 0
  • The echo canceller calibration has been performed and produced an echo delay measure.

    Declaration

    Swift

    case Done = 1
  • The echo canceller calibration process has failed.

    Declaration

    Swift

    case Failed = 2
  • The echo canceller calibration has been performed and no echo has been detected.

    Declaration

    Swift

    case DoneNoEcho = 3