snd_seq_client_pool_get_output_room method
Implementation
int snd_seq_client_pool_get_output_room(
ffi.Pointer<snd_seq_client_pool_t> info,
) {
return _snd_seq_client_pool_get_output_room(
info,
);
}
int snd_seq_client_pool_get_output_room(
ffi.Pointer<snd_seq_client_pool_t> info,
) {
return _snd_seq_client_pool_get_output_room(
info,
);
}