mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
stream: improve docs a little more
This commit is contained in:
parent
2c2cb9117d
commit
f9c21789dc
1 changed files with 3 additions and 0 deletions
|
|
@ -261,12 +261,15 @@ struct pw_stream_control {
|
||||||
* (pw_time.buffered * 1000 / stream.samplerate) +
|
* (pw_time.buffered * 1000 / stream.samplerate) +
|
||||||
* (pw_time.queued * 1000 / app.rate) +
|
* (pw_time.queued * 1000 / app.rate) +
|
||||||
* ((pw_time.delay - elapsed) * 1000 * pw_time.rate.num / pw_time.rate.denom)
|
* ((pw_time.delay - elapsed) * 1000 * pw_time.rate.num / pw_time.rate.denom)
|
||||||
|
*\endcode
|
||||||
*
|
*
|
||||||
* The current extrapolated time (in ms) in the source or sink can be calculated as:
|
* The current extrapolated time (in ms) in the source or sink can be calculated as:
|
||||||
*
|
*
|
||||||
|
*\code{.unparsed}
|
||||||
* (pw_time.ticks + elapsed) * 1000 * pw_time.rate.num / pw_time.rate.denom
|
* (pw_time.ticks + elapsed) * 1000 * pw_time.rate.num / pw_time.rate.denom
|
||||||
*\endcode
|
*\endcode
|
||||||
*
|
*
|
||||||
|
* Below is an overview of the different timing values:
|
||||||
*
|
*
|
||||||
*\code{.unparsed}
|
*\code{.unparsed}
|
||||||
* stream time domain graph time domain
|
* stream time domain graph time domain
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue