jack_port_get_latency_range

return the latency range defined by @a mode for @a port, in frames.

See @ref LatencyFunctions for the definition of each latency value.

This is normally used in the LatencyCallback. and therefor safe to execute from callbacks.

extern (C)
void
jack_port_get_latency_range
(
jack_port_t* port
,
jack_latency_callback_mode_t mode
,
jack_latency_range_t* range
)

Meta