jack: add jack_set_sample_rate() extension

This commit is contained in:
Wim Taymans 2023-10-24 11:08:49 +02:00
parent 5617fa0501
commit 733cf7835e
2 changed files with 35 additions and 0 deletions

View file

@ -23,6 +23,8 @@ typedef struct jack_image_size {
int jack_get_video_image_size(jack_client_t *client, jack_image_size_t *size);
int jack_set_sample_rate (jack_client_t *client, jack_nframes_t nframes);
#ifdef __cplusplus
}
#endif