Functions | |
jack_nframes_t | jack_frames_since_cycle_start (const jack_client_t *) |
jack_nframes_t | jack_frame_time (const jack_client_t *) |
jack_nframes_t | jack_last_frame_time (const jack_client_t *client) |
jack_time_t | jack_frames_to_time (const jack_client_t *client, jack_nframes_t) |
jack_nframes_t | jack_time_to_frames (const jack_client_t *client, jack_time_t) |
jack_time_t | jack_get_time () |
jack_nframes_t jack_frame_time | ( | const jack_client_t * | ) |
jack_nframes_t jack_frames_since_cycle_start | ( | const jack_client_t * | ) |
jack_time_t jack_frames_to_time | ( | const jack_client_t * | client, | |
jack_nframes_t | ||||
) |
jack_time_t jack_get_time | ( | ) |
The value returned is guaranteed to be monotonic, but not linear.
This function is a client version of jack_get_microseconds().
jack_nframes_t jack_last_frame_time | ( | const jack_client_t * | client | ) |
This function can be used to put timestamps generated by jack_frame_time() in correlation to the current process cycle.
jack_nframes_t jack_time_to_frames | ( | const jack_client_t * | client, | |
jack_time_t | ||||
) |