Sequencer queue remove events

This commit is contained in:
Jaroslav Kysela 1999-08-19 16:35:48 +00:00
parent b1ad5e3fcd
commit 3555271122
2 changed files with 133 additions and 4 deletions

View file

@ -55,6 +55,7 @@ int snd_seq_event_input(snd_seq_t *handle, snd_seq_event_t **ev);
int snd_seq_flush_output(snd_seq_t *handle);
int snd_seq_drain_output(snd_seq_t *handle);
int snd_seq_drain_input(snd_seq_t *handle);
int snd_seq_remove_events(snd_seq_t *handle, snd_seq_remove_events_t *info);
/* misc */
void snd_seq_set_bit(int nr, void *array);
int snd_seq_change_bit(int nr, void *array);