clock_rate property

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

Clock rate to be applied to the conference bridge. If value is zero, default clock rate will be used (PJSUA_DEFAULT_CLOCK_RATE, which by default is 16KHz).

Implementation

@ffi.UnsignedInt()
external int clock_rate;