snd_pcm_status_get_audio_htstamp_report method

void snd_pcm_status_get_audio_htstamp_report(
  1. Pointer<snd_pcm_status_t> obj,
  2. Pointer<snd_pcm_audio_tstamp_report_t> audio_tstamp_report
)

Implementation

void snd_pcm_status_get_audio_htstamp_report(
  ffi.Pointer<snd_pcm_status_t> obj,
  ffi.Pointer<snd_pcm_audio_tstamp_report_t> audio_tstamp_report,
) {
  return _snd_pcm_status_get_audio_htstamp_report(
    obj,
    audio_tstamp_report,
  );
}