|
|
@@ -671,6 +671,16 @@ jack_nframes_t jack_frames_since_cycle_start (const jack_client_t *); |
|
|
|
*/ |
|
|
|
jack_nframes_t jack_frame_time (const jack_client_t *); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return the frame_time after the last processing of the graph |
|
|
|
* this is only to be used from the process callback. |
|
|
|
* |
|
|
|
* This function can be used to put timestamps generated by |
|
|
|
* jack_frame_time() in correlation to the current process cycle. |
|
|
|
*/ |
|
|
|
jack_nframes_t jack_last_frame_time (const jack_client_t *client); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* @return the current CPU load estimated by JACK. This is a running |
|
|
|
* average of the time it takes to execute a full process cycle for |
|
|
|