Deprecated List

Member jack_engine_takeover_timebase

This function still exists for compatibility with the earlier transport interface, but it does nothing. Instead, see transport.h and use jack_set_timebase_callback().

Member jack_get_transport_info

This is for compatibility with the earlier transport interface. Use jack_transport_query(), instead.

Member jack_port_get_latency
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.

Member jack_port_get_total_latency
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.

Member jack_port_set_latency
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 a latency callback that calls jack_port_set_latency_range().

Member jack_port_tie
This function will be removed from a future version of JACK. Do not use it. There is no replacement. It has turned out to serve essentially no purpose in real-life JACK clients.

Member jack_port_untie
This function will be removed from a future version of JACK. Do not use it. There is no replacement. It has turned out to serve essentially no purpose in real-life JACK clients.

Member jack_recompute_total_latency
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_recompute_total_latencies() in any existing use cases.

Member jack_set_transport_info
This function still exists for compatibility with the earlier transport interface, but it does nothing. Instead, define a JackTimebaseCallback.

Member jack_thread_wait
Please use jack_cycle_wait() and jack_cycle_signal() functions.

Class jack_transport_info_t
This is for compatibility with the earlier transport interface. Use the jack_position_t struct, instead.

Generated for Jack2 by doxygen 1.6.1