snd_seq_connect_from method
Implementation
int snd_seq_connect_from(
ffi.Pointer<snd_seq_t> seq,
int my_port,
int src_client,
int src_port,
) {
return _snd_seq_connect_from(
seq,
my_port,
src_client,
src_port,
);
}
int snd_seq_connect_from(
ffi.Pointer<snd_seq_t> seq,
int my_port,
int src_client,
int src_port,
) {
return _snd_seq_connect_from(
seq,
my_port,
src_client,
src_port,
);
}