mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
update simple API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@193 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f05a4ac806
commit
b772564a4e
7 changed files with 153 additions and 11 deletions
|
|
@ -69,6 +69,12 @@ int pa_simple_drain(struct pa_simple *s, int *error);
|
|||
/** Read some data from the server */
|
||||
int pa_simple_read(struct pa_simple *s, void*data, size_t length, int *error);
|
||||
|
||||
/** Return the playback latency. \since 0.5 */
|
||||
pa_usec_t pa_simple_get_playback_latency(struct pa_simple *s, int *perror);
|
||||
|
||||
/** Flush the playback buffer. \since 0.5 */
|
||||
int pa_simple_flush(struct pa_simple *s, int *perror);
|
||||
|
||||
PA_C_DECL_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue