docs: Multiple clarifications to documentation

See !1817
This commit is contained in:
Demi Marie Obenour 2024-01-12 11:55:28 +01:00 committed by Wim Taymans
parent d8ab51a9fc
commit 0f533c6d64
10 changed files with 171 additions and 28 deletions

View file

@ -120,8 +120,7 @@ struct spa_io_clock {
struct spa_fraction rate; /**< rate for position/duration/delay/xrun */
uint64_t position; /**< current position */
uint64_t duration; /**< duration of current cycle */
int64_t delay; /**< delay between position and hardware,
* positive for capture, negative for playback */
int64_t delay; /**< delay between position and hardware */
double rate_diff; /**< rate difference between clock and monotonic time */
uint64_t next_nsec; /**< estimated next wakeup time in nanoseconds */