mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
doc: Fix pa_stream_set_latency_update_callback() documentation
the latency_update callback is supported on playback AND record streams Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
679eed5340
commit
73a6a169b2
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ void pa_stream_set_started_callback(pa_stream *p, pa_stream_notify_cb_t cb, void
|
|||
|
||||
/** Set the callback function that is called whenever a latency
|
||||
* information update happens. Useful on PA_STREAM_AUTO_TIMING_UPDATE
|
||||
* streams only. (Only for playback streams) */
|
||||
* streams only. */
|
||||
void pa_stream_set_latency_update_callback(pa_stream *p, pa_stream_notify_cb_t cb, void *userdata);
|
||||
|
||||
/** Set the callback function that is called whenever the stream is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue