Jack2 1.9.22
|
Functions | |
const char ** | jack_get_ports (jack_client_t *client, const char *port_name_pattern, const char *type_name_pattern, unsigned long flags) JACK_OPTIONAL_WEAK_EXPORT |
jack_port_t * | jack_port_by_name (jack_client_t *client, const char *port_name) JACK_OPTIONAL_WEAK_EXPORT |
jack_port_t * | jack_port_by_id (jack_client_t *client, jack_port_id_t port_id) JACK_OPTIONAL_WEAK_EXPORT |
const char ** jack_get_ports | ( | jack_client_t * | client, |
const char * | port_name_pattern, | ||
const char * | type_name_pattern, | ||
unsigned long | flags | ||
) |
port_name_pattern | A regular expression used to select ports by name. If NULL or of zero length, no selection based on name will be carried out. |
type_name_pattern | A regular expression used to select ports by type. If NULL or of zero length, no selection based on type will be carried out. |
flags | A value used to select ports by their flags. If zero, no selection based on flags will be carried out. |
jack_port_t * jack_port_by_name | ( | jack_client_t * | client, |
const char * | port_name | ||
) |
jack_port_t * jack_port_by_id | ( | jack_client_t * | client, |
jack_port_id_t | port_id | ||
) |