stream: clarify the queued field

This commit is contained in:
Wim Taymans 2022-03-28 15:49:37 +02:00
parent 31b31a6f97
commit 2fdd05d568

View file

@ -213,7 +213,10 @@ struct pw_time {
* of the graph or the quantum changes. */ * of the graph or the quantum changes. */
uint64_t queued; /**< data queued in the stream, this is the sum uint64_t queued; /**< data queued in the stream, this is the sum
* of the size fields in the pw_buffer that are * of the size fields in the pw_buffer that are
* currently queued */ * currently queued and, for audio streams, the extra
* data queued in the resampler. For audio streams, it
* is thus highly recommended to use the buffer size
* field as the sample count in the buffer. */
}; };
#include <pipewire/port.h> #include <pipewire/port.h>