Name
snd_seq_get_any_port_info -- obatin the information of a port on an arbitrary client
Synopsis
int snd_seq_get_any_port_info
(snd_seq_t *handle, int client, int port, snd_seq_port_info_t *info);
Description
Obtains the information of a port on the arbitrary client.
Both client and port id indices must be specified in
client and
port fields
in info argument,
respectively.
Returns zero if successful, or a negative value if an error occurs.