jack_port_get_total_latency

The maximum of the sum of the latencies in every connection path that can be drawn between the port and other ports with the @ref JackPortIsTerminal flag set.

@deprecated This method will be removed in the next major release of JACK. It should not be used in new code, and should be replaced by jack_port_get_latency_range() in any existing use cases.

extern (C) deprecated
jack_nframes_t
jack_port_get_total_latency
(
jack_client_t* client
,
jack_port_t* port
)

Meta