snd_seq_get_any_client_info

Name

snd_seq_get_any_client_info -- obtain the information of the given client

Synopsis

int snd_seq_get_any_client_info(snd_seq_t *handle, int client, snd_seq_client_info_t *info);

Description

Obtains the information of the client with a client id specified by info argument. The obtained information is written on info. Returns zero if successful, or a negative error code.

See Also

snd_seq_set_client_info