input_route property

  1. @Int32()
int input_route
getter/setter pair

Set the audio input route/source. This setting is optional, and will only be used if PJMEDIA_AUD_DEV_CAP_INPUT_ROUTE/ PJMEDIA_AUD_DEV_CAP_INPUT_SOURCE is set in the flags.

Implementation

@ffi.Int32()
external int input_route;