mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
stream: Fix 'e g' as 'e.g.\ '
This commit is contained in:
parent
398e350885
commit
107ee0b69a
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@ void pa_stream_set_read_callback(pa_stream *p, pa_stream_request_cb_t cb, void *
|
||||||
void pa_stream_set_overflow_callback(pa_stream *p, pa_stream_notify_cb_t cb, void *userdata);
|
void pa_stream_set_overflow_callback(pa_stream *p, pa_stream_notify_cb_t cb, void *userdata);
|
||||||
|
|
||||||
/** Return at what position the latest underflow occurred, or -1 if this information is not
|
/** Return at what position the latest underflow occurred, or -1 if this information is not
|
||||||
* known (e g if no underflow has occurred, or server is older than 1.0).
|
* known (e.g.\ if no underflow has occurred, or server is older than 1.0).
|
||||||
* Can be used inside the underflow callback to get information about the current underflow.
|
* Can be used inside the underflow callback to get information about the current underflow.
|
||||||
* (Only for playback streams) \since 1.0 */
|
* (Only for playback streams) \since 1.0 */
|
||||||
int64_t pa_stream_get_underflow_index(pa_stream *p);
|
int64_t pa_stream_get_underflow_index(pa_stream *p);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue