mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
latency work
major main loop bugfix git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@154 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b6b428e5cb
commit
92bf0a365a
21 changed files with 126 additions and 61 deletions
|
|
@ -56,7 +56,7 @@ int pa_sink_render(struct pa_sink*s, size_t length, struct pa_memchunk *result);
|
|||
int pa_sink_render_into(struct pa_sink*s, struct pa_memchunk *target);
|
||||
void pa_sink_render_into_full(struct pa_sink *s, struct pa_memchunk *target);
|
||||
|
||||
uint32_t pa_sink_get_latency(struct pa_sink *s);
|
||||
pa_usec_t pa_sink_get_latency(struct pa_sink *s);
|
||||
|
||||
void pa_sink_notify(struct pa_sink*s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue