Constant sqa_jack::PORT_IS_TERMINAL []

pub const PORT_IS_TERMINAL: JackPortFlags = JackPortFlags{bits: JackPortIsTerminal as libc::c_ulong,}

For an input port: the data received by this port will not be passed on or made available at any other port.

For an output port: the data available at the port does not originate from any other port.

Audio synthesizers, I/O hardware interface clients, HDR systems are examples of clients that would set this flag for their ports.