jack_port_id_t

Ports have unique ids. A port registration callback is the only place you ever need to know their value.

extern (C)
alias jack_port_id_t = uint32_t

Meta