jack_port_by_name

@return address of the jack_port_t named @a port_name.

@see jack_port_name_size()

extern (C)
jack_port_t*
jack_port_by_name
(
jack_client_t* client
,
const(char)* port_name
)

Meta