Name
snd_seq_set_queue_client -- set queue access information
Synopsis
int snd_seq_set_queue_client
(snd_seq_t *handle, int q, snd_seq_queue_client_t *info);
Description
Sets the access control of the current client to the specified queue
q.
The accessibility is specified in used field
in info argument.
The q and client
fields in info are filled inside.
Function returns zero if successful, or a negative error code.