mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-23 08:56:40 -05:00
add pa_ prefix to all identifiers.
fix downsampling/resampling add support for U8 samples git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@49 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a8a5ab1c79
commit
e61c2dddb7
91 changed files with 1795 additions and 1643 deletions
10
src/ioline.h
10
src/ioline.h
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
#include "iochannel.h"
|
||||
|
||||
struct ioline;
|
||||
struct pa_ioline;
|
||||
|
||||
struct ioline* ioline_new(struct iochannel *io);
|
||||
void ioline_free(struct ioline *l);
|
||||
struct pa_ioline* pa_ioline_new(struct pa_iochannel *io);
|
||||
void pa_ioline_free(struct pa_ioline *l);
|
||||
|
||||
void ioline_puts(struct ioline *s, const char *c);
|
||||
void ioline_set_callback(struct ioline*io, void (*callback)(struct ioline*io, const char *s, void *userdata), void *userdata);
|
||||
void pa_ioline_puts(struct pa_ioline *s, const char *c);
|
||||
void pa_ioline_set_callback(struct pa_ioline*io, void (*callback)(struct pa_ioline*io, const char *s, void *userdata), void *userdata);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue