jack_port_unregister

Remove the port from the client, disconnecting any existing connections.

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

extern (C)
int
jack_port_unregister
(
jack_client_t* client
,
jack_port_t* port
)

Meta