ec_tail_ms property

  1. @UnsignedInt()
int ec_tail_ms
getter/setter pair

Set echo canceller tail length in milliseconds, if the device supports it. This setting is optional, and will only be used if PJMEDIA_AUD_DEV_CAP_EC_TAIL is set in the flags.

Implementation

@ffi.UnsignedInt()
external int ec_tail_ms;