snd_seq_set_client_info

Name

snd_seq_set_client_info -- set the information of the current client

Synopsis

int snd_seq_set_client_info(snd_seq_t *handle, snd_seq_client_info_t *info);

Description

Sets the information of the current client stored on info. client and type fields are ignored. Returns zero if successful, or a negative error code.

See Also

snd_seq_get_client_info, snd_seq_client_info_t