mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add support for SCHED_FIFO
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@163 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9618aea5df
commit
34fe8bd893
24 changed files with 181 additions and 49 deletions
|
|
@ -53,9 +53,10 @@ struct pa_sink* pa_sink_new(struct pa_core *core, const char *name, int fail, co
|
|||
void pa_sink_free(struct pa_sink* s);
|
||||
|
||||
int pa_sink_render(struct pa_sink*s, size_t length, struct pa_memchunk *result);
|
||||
void pa_sink_render_full(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);
|
||||
|
||||
|
||||
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