snd_seq_port_subscribe_get_time_real method

int snd_seq_port_subscribe_get_time_real(
  1. Pointer<snd_seq_port_subscribe_t> info
)

Implementation

int snd_seq_port_subscribe_get_time_real(
  ffi.Pointer<snd_seq_port_subscribe_t> info,
) {
  return _snd_seq_port_subscribe_get_time_real(
    info,
  );
}