Constant sqa_jack::PORT_IS_TERMINAL

source ·
pub const PORT_IS_TERMINAL: JackPortFlags;
Expand description

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.