mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
main part of the native protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@31 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
eecf602476
commit
acb25b3510
62 changed files with 2473 additions and 755 deletions
|
|
@ -12,7 +12,7 @@ struct sink_input {
|
|||
|
||||
char *name;
|
||||
struct sink *sink;
|
||||
struct sample_spec spec;
|
||||
struct pa_sample_spec sample_spec;
|
||||
uint8_t volume;
|
||||
|
||||
int (*peek) (struct sink_input *i, struct memchunk *chunk);
|
||||
|
|
@ -23,7 +23,7 @@ struct sink_input {
|
|||
void *userdata;
|
||||
};
|
||||
|
||||
struct sink_input* sink_input_new(struct sink *s, struct sample_spec *spec, const char *name);
|
||||
struct sink_input* sink_input_new(struct sink *s, struct pa_sample_spec *spec, const char *name);
|
||||
void sink_input_free(struct sink_input* i);
|
||||
|
||||
/* Code that didn't create the input stream should call this function to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue