jack_port_set_name

Modify a port's short name. May be called at any time. If the resulting full name (including the @a "client_name:" prefix) is longer than jack_port_name_size(), it will be truncated.

@return 0 on success, otherwise a non-zero error code.

extern (C)
int
jack_port_set_name
(
jack_port_t* port
,
const(char)* port_name
)

Meta