snd_pcm_status_get_driver_htstamp method
Implementation
void snd_pcm_status_get_driver_htstamp(
ffi.Pointer<snd_pcm_status_> obj,
ffi.Pointer<timespec> ptr,
) {
return _snd_pcm_status_get_driver_htstamp(
obj,
ptr,
);
}
void snd_pcm_status_get_driver_htstamp(
ffi.Pointer<snd_pcm_status_> obj,
ffi.Pointer<timespec> ptr,
) {
return _snd_pcm_status_get_driver_htstamp(
obj,
ptr,
);
}