snd_seq_client_info_event_filter_clear method

void snd_seq_client_info_event_filter_clear(
  1. Pointer<snd_seq_client_info_t> info
)

Implementation

void snd_seq_client_info_event_filter_clear(
  ffi.Pointer<snd_seq_client_info_t> info,
) {
  return _snd_seq_client_info_event_filter_clear(
    info,
  );
}