snd_seq_parse_address method

int snd_seq_parse_address(
  1. Pointer<snd_seq_t> seq,
  2. Pointer<snd_seq_addr_t> addr,
  3. Pointer<Char> str
)

Implementation

int snd_seq_parse_address(
  ffi.Pointer<snd_seq_t> seq,
  ffi.Pointer<snd_seq_addr_t> addr,
  ffi.Pointer<ffi.Char> str,
) {
  return _snd_seq_parse_address(
    seq,
    addr,
    str,
  );
}