mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
more cleanups
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@11 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c8cf0c1ce9
commit
5ce204829f
13 changed files with 162 additions and 39 deletions
|
|
@ -14,9 +14,14 @@ struct output_stream {
|
|||
struct sample_spec spec;
|
||||
|
||||
struct memblockq *memblockq;
|
||||
void (*kill)(struct output_stream* i, void *userdata);
|
||||
void *kill_userdata;
|
||||
};
|
||||
|
||||
struct output_stream* output_stream_new(struct source *s, struct sample_spec *spec, const char *name);
|
||||
void output_stream_free(struct output_stream* o);
|
||||
|
||||
void output_stream_set_kill_callback(struct output_stream *i, void (*kill)(struct output_stream*i, void *userdata), void *userdata);
|
||||
void output_stream_kill(struct output_stream*i);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue