snd_seq_delete_port

Name

snd_seq_delete_port -- delete a sequencer port on the current client

Synopsis

int snd_seq_delete_port(snd_seq_t *handle, snd_seq_port_info_t *info);

Description

Deletes the existing sequencer 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_create_port, snd_seq_port_info_t