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