mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Sequencer queue remove events
This commit is contained in:
parent
b1ad5e3fcd
commit
3555271122
2 changed files with 133 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue