mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
stream: clarify that timestamp is in nanoseconds
This commit is contained in:
parent
1d95b5bb5b
commit
932adc18f8
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ struct pw_stream_control {
|
||||||
|
|
||||||
/** A time structure \memberof pw_stream */
|
/** A time structure \memberof pw_stream */
|
||||||
struct pw_time {
|
struct pw_time {
|
||||||
int64_t now; /**< the monotonic time */
|
int64_t now; /**< the monotonic time in nanoseconds */
|
||||||
struct spa_fraction rate; /**< the rate of \a ticks and delay */
|
struct spa_fraction rate; /**< the rate of \a ticks and delay */
|
||||||
uint64_t ticks; /**< the ticks at \a now. This is the current time that
|
uint64_t ticks; /**< the ticks at \a now. This is the current time that
|
||||||
* the remote end is reading/writing. */
|
* the remote end is reading/writing. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue