mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
sink-input: extend comments on rewinding logic a bit
This commit is contained in:
parent
c372b52a77
commit
5df842db64
2 changed files with 16 additions and 8 deletions
|
|
@ -212,7 +212,7 @@ struct pa_sink_input {
|
|||
|
||||
pa_bool_t attached:1; /* True only between ->attach() and ->detach() calls */
|
||||
|
||||
/* 0: rewrite nothing, (size_t) -1: rewrite everything, otherwise how many bytes to rewrite */
|
||||
/* rewrite_nbytes: 0: rewrite nothing, (size_t) -1: rewrite everything, otherwise how many bytes to rewrite */
|
||||
pa_bool_t rewrite_flush:1, dont_rewind_render:1;
|
||||
size_t rewrite_nbytes;
|
||||
uint64_t underrun_for, playing_for;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue