mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
add sink input/source output support to the native protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@126 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
efc3491f1f
commit
369a908db7
4 changed files with 203 additions and 13 deletions
|
|
@ -93,7 +93,7 @@ struct pa_sink_input_info {
|
|||
uint32_t index;
|
||||
const char *name;
|
||||
uint32_t owner_module;
|
||||
uint32_t owner_client;
|
||||
uint32_t client;
|
||||
uint32_t sink;
|
||||
struct pa_sample_spec sample_spec;
|
||||
uint32_t volume;
|
||||
|
|
@ -107,7 +107,7 @@ struct pa_source_output_info {
|
|||
uint32_t index;
|
||||
const char *name;
|
||||
uint32_t owner_module;
|
||||
uint32_t owner_client;
|
||||
uint32_t client;
|
||||
uint32_t source;
|
||||
struct pa_sample_spec sample_spec;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue