pulse-server: keep stream latency around

This commit is contained in:
Wim Taymans 2022-06-03 16:58:37 +02:00
parent ebe673aecb
commit be9c738661
2 changed files with 7 additions and 5 deletions

View file

@ -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;