mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
client-node: pass position around
Pass the position from server to clients Implement current time in stream.c using the position info
This commit is contained in:
parent
3d25e254ef
commit
e5629b23f3
6 changed files with 34 additions and 31 deletions
|
|
@ -225,7 +225,7 @@ struct pw_module {
|
|||
};
|
||||
|
||||
struct pw_driver_quantum {
|
||||
uint64_t time; /**< time in nanoseconds */
|
||||
uint64_t nsec; /**< time in nanoseconds */
|
||||
struct spa_fraction rate; /**< rate */
|
||||
uint32_t position; /**< current position expressed in rate */
|
||||
uint32_t size; /**< size of one period expressed in rate */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue