mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-24 07:00:05 -05:00
pvsrc: implement source selection
Allow pvsrc to select what source to connect to.
This commit is contained in:
parent
98861cb940
commit
4a61f988dc
6 changed files with 81 additions and 40 deletions
|
|
@ -59,7 +59,7 @@
|
|||
Create a new output for @source with given @incaps
|
||||
-->
|
||||
<method name='CreateSourceOutput'>
|
||||
<arg type='o' name='source' direction='in'/>
|
||||
<arg type='s' name='source' direction='in'/>
|
||||
<arg type='s' name='accepted_formats' direction='in'/>
|
||||
<arg type='o' name='output' direction='out'/>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue