routes property

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

Supported audio device routes/sources, as bitmask combination of #pjmedia_aud_dev_route. The value may be zero if the device does not support changing audio routes/sources.

Implementation

@ffi.UnsignedInt()
external int routes;