mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
stream: Fix reference to pw_time.now in pw_stream_get_nsec() docs
This commit is contained in:
parent
3cc5ca5a91
commit
169e5ecd4b
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ int pw_stream_set_control(struct pw_stream *stream, uint32_t id, uint32_t n_valu
|
|||
int pw_stream_get_time_n(struct pw_stream *stream, struct pw_time *time, size_t size);
|
||||
|
||||
/** Get the current time in nanoseconds. This value can be compared with
|
||||
* the pw_time_now value. Since 1.1.0 */
|
||||
* the \ref pw_time.now value. Since 1.1.0 */
|
||||
uint64_t pw_stream_get_nsec(struct pw_stream *stream);
|
||||
|
||||
/** Get the data loop that is doing the processing of this stream. This loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue