mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
comment two functions in memblockq.c
This commit is contained in:
parent
ec10f5fdd3
commit
5fccac94e7
1 changed files with 2 additions and 0 deletions
|
|
@ -160,11 +160,13 @@ void pa_memblockq_willneed(pa_memblockq *bq);
|
|||
* data for the future nor data in the backlog. */
|
||||
pa_bool_t pa_memblockq_is_empty(pa_memblockq *bq);
|
||||
|
||||
/* Drop everything in the queue, but don't modify the indexes */
|
||||
void pa_memblockq_silence(pa_memblockq *bq);
|
||||
|
||||
/* Check whether we currently are in prebuf state */
|
||||
pa_bool_t pa_memblockq_prebuf_active(pa_memblockq *bq);
|
||||
|
||||
/* Return how many items are currently stored in the queue */
|
||||
unsigned pa_memblockq_get_nblocks(pa_memblockq *bq);
|
||||
|
||||
size_t pa_memblockq_get_base(pa_memblockq *bq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue