output_count property

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

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

Implementation

@ffi.UnsignedInt()
external int output_count;