snd_timer_status_get_timestamp method
Implementation
timespec snd_timer_status_get_timestamp(
ffi.Pointer<snd_timer_status_> status,
) {
return _snd_timer_status_get_timestamp(
status,
);
}
timespec snd_timer_status_get_timestamp(
ffi.Pointer<snd_timer_status_> status,
) {
return _snd_timer_status_get_timestamp(
status,
);
}