diff options
Diffstat (limited to 'src/pulse/simple.h')
-rw-r--r-- | src/pulse/simple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/simple.h b/src/pulse/simple.h index 6f1ba414..8d0a3887 100644 --- a/src/pulse/simple.h +++ b/src/pulse/simple.h @@ -140,7 +140,7 @@ int pa_simple_read(pa_simple *s, void*data, size_t bytes, int *error); /** Return the playback latency. */ pa_usec_t pa_simple_get_latency(pa_simple *s, int *error); -/** Flush the playback buffer. */ +/** Flush the playback buffer. This discards any audio in the buffer. */ int pa_simple_flush(pa_simple *s, int *error); PA_C_DECL_END |