Name
snd_seq_get_port_info -- obatin the information of a port on the current client
Synopsis
int snd_seq_get_port_info
(snd_seq_t *handle, int port, snd_seq_port_info_t *info);
Description
Obtains the information of a port on the current client.
The port id must be specified in port
field in info argument.
The client field is ignored.
Returns zero if successful, or a negative value if an error occurs.