mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
add description field for sinks/sources
add owner field to all entities add client file to source outputs and sink inputs git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@59 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
025389693d
commit
c7bd759cdb
30 changed files with 178 additions and 46 deletions
|
|
@ -13,7 +13,8 @@ struct pa_sink;
|
|||
struct pa_sink {
|
||||
uint32_t index;
|
||||
|
||||
char *name;
|
||||
char *name, *description;
|
||||
struct pa_module *owner;
|
||||
struct pa_core *core;
|
||||
struct pa_sample_spec sample_spec;
|
||||
struct pa_idxset *inputs;
|
||||
|
|
@ -42,6 +43,6 @@ char *pa_sink_list_to_string(struct pa_core *core);
|
|||
|
||||
struct pa_sink* pa_sink_get_default(struct pa_core *c);
|
||||
|
||||
|
||||
void pa_sink_set_owner(struct pa_sink *sink, struct pa_module *m);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue