mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
jack: add jack_set_sample_rate() extension
This commit is contained in:
parent
5617fa0501
commit
733cf7835e
2 changed files with 35 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue