snd_seq_create_simple_port method
Implementation
int snd_seq_create_simple_port(
ffi.Pointer<snd_seq_t> seq,
ffi.Pointer<ffi.Char> name,
int caps,
int type,
) {
return _snd_seq_create_simple_port(
seq,
name,
caps,
type,
);
}