mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
add new commands opcode for moving sink inputs and source outputs
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1175 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ccf67d2988
commit
304fcbb843
1 changed files with 4 additions and 0 deletions
|
|
@ -108,6 +108,10 @@ enum {
|
|||
PA_COMMAND_RECORD_STREAM_KILLED,
|
||||
PA_COMMAND_SUBSCRIBE_EVENT,
|
||||
|
||||
/* A few more client->server commands */
|
||||
PA_COMMAND_MOVE_SINK_INPUT,
|
||||
PA_COMMAND_MOVE_SOURCE_OUTPUT,
|
||||
|
||||
PA_COMMAND_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue