snd_timer_status_get_timestamp method

snd_htimestamp_t snd_timer_status_get_timestamp(
  1. Pointer<snd_timer_status_t> status
)

Implementation

snd_htimestamp_t snd_timer_status_get_timestamp(
  ffi.Pointer<snd_timer_status_t> status,
) {
  return _snd_timer_status_get_timestamp(
    status,
  );
}