snd_timer_id_get_device method
Implementation
int snd_timer_id_get_device(
ffi.Pointer<snd_timer_id_t> id,
) {
return _snd_timer_id_get_device(
id,
);
}
int snd_timer_id_get_device(
ffi.Pointer<snd_timer_id_t> id,
) {
return _snd_timer_id_get_device(
id,
);
}