Module easyjack::port_flags [] [src]

This module contains constants and a bitflags! generated struct mapping to the jack port flags bitset for specifying options on jack ports

TODO provide good example here

Structs

PortFlags

Constants

PORT_CAN_MONITOR

if PortCanMonitor is set, then a call to jack_port_request_monitor() makes sense. Precisely what this means is dependent on the client. A typical result of it being called with TRUE as the second argument is that data that would be available from an output port (with JackPortIsPhysical set) is sent to a physical output connector as well, so that it can be heard/seen/whatever.

PORT_IS_INPUT

if PortIsInput is set, then the port can receive data.

PORT_IS_OUTPUT

if PortIsOutput is set, then data can be read from the port.

PORT_IS_PHYSICAL

if PortIsPhysical is set, then the port corresponds to some kind of physical I/O connector.

PORT_IS_TERMINAL

PortIsTerminal means: