snd_seq_set_port_info

Name

snd_seq_set_port_info -- set the information of a port on the current client

Synopsis

int snd_seq_set_port_info(snd_seq_t *handle, int port, snd_seq_port_info_t *info);

Description

Sets 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.

See Also

snd_seq_get_any_info, snd_seq_port_info_t