snd_pcm_info_get_stream method
Implementation
int snd_pcm_info_get_stream(
ffi.Pointer<snd_pcm_info_t> obj,
) {
return _snd_pcm_info_get_stream(
obj,
);
}
int snd_pcm_info_get_stream(
ffi.Pointer<snd_pcm_info_t> obj,
) {
return _snd_pcm_info_get_stream(
obj,
);
}