mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
jack: more improvements
Fill in the position and clock fields with jack values. Advertize PARAMS correctly.
This commit is contained in:
parent
6f5e6568c9
commit
f746c29768
5 changed files with 155 additions and 56 deletions
|
|
@ -50,7 +50,14 @@ struct spa_jack_client {
|
|||
struct spa_log *log;
|
||||
|
||||
jack_client_t *client;
|
||||
|
||||
jack_nframes_t frame_rate;
|
||||
jack_nframes_t buffer_size;
|
||||
jack_nframes_t current_frames;
|
||||
jack_time_t current_usecs;
|
||||
jack_time_t next_usecs;
|
||||
float period_usecs;
|
||||
jack_position_t pos;
|
||||
|
||||
struct spa_hook_list listener_list;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue