snd_seq_system_info_get_channels method

int snd_seq_system_info_get_channels(
  1. Pointer<snd_seq_system_info_t> info
)

Implementation

int snd_seq_system_info_get_channels(
  ffi.Pointer<snd_seq_system_info_t> info,
) {
  return _snd_seq_system_info_get_channels(
    info,
  );
}