mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
don't refer to nonexisting pa_stream_read() function
This commit is contained in:
parent
57aee6d59f
commit
c22d8b9a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ int pa_stream_drop(pa_stream *p);
|
|||
/** Return the number of bytes that may be written using pa_stream_write() */
|
||||
size_t pa_stream_writable_size(pa_stream *p);
|
||||
|
||||
/** Return the number of bytes that may be read using pa_stream_read()*/
|
||||
/** Return the number of bytes that may be read using pa_stream_peek()*/
|
||||
size_t pa_stream_readable_size(pa_stream *p);
|
||||
|
||||
/** Drain a playback stream. Use this for notification when the buffer is empty */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue