jack_disconnect

Remove a connection between two ports.

@pre The port types must be identical.

@pre The @ref JackPortFlags of the @a source_port must include @ref JackPortIsOutput.

@pre The @ref JackPortFlags of the @a destination_port must include @ref JackPortIsInput.

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

extern (C)
int
jack_disconnect
(
jack_client_t* client
,
const(char)* source_port
,
const(char)* destination_port
)

Meta