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
See Implementation
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