input_count property

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

Maximum number of input channels supported by this device. If the value is zero, the device does not support input operation (i.e. it is a playback only device).

Implementation

@ffi.UnsignedInt()
external int input_count;