aubio_sink_get_channels method

int aubio_sink_get_channels(
  1. Pointer<aubio_sink_t> s
)

get channels of sink object

\param s sink object, created with ::new_aubio_sink \return number of channels

Implementation

int aubio_sink_get_channels(
  ffi.Pointer<aubio_sink_t> s,
) {
  return _aubio_sink_get_channels(
    s,
  );
}