mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-26 08:56:49 -05:00
pulse-server: keep stream latency around
This commit is contained in:
parent
ebe673aecb
commit
be9c738661
2 changed files with 7 additions and 5 deletions
|
|
@ -97,6 +97,7 @@ struct stream {
|
|||
struct buffer_attr attr;
|
||||
uint32_t frame_size;
|
||||
uint32_t rate;
|
||||
uint64_t lat_usec;
|
||||
|
||||
struct volume volume;
|
||||
bool muted;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue