Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pulseaudio] Move the binding config in file binding.xml #11055

Merged
merged 1 commit into from
Jul 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,27 @@
<name>Pulseaudio Binding</name>
<description>This is the binding for Pulseaudio.</description>

<config-description>
<parameter name="sink" type="boolean">
<label>Import Sinks</label>
<description>Activate the import of sink elements.</description>
<default>true</default>
</parameter>
<parameter name="sinkInput" type="boolean">
<label>Import Sink Inputs</label>
<description>Activate the import of sink-input elements.</description>
<default>false</default>
</parameter>
<parameter name="source" type="boolean">
<label>Import Sources</label>
<description>Activate the import of source elements.</description>
<default>false</default>
</parameter>
<parameter name="sourceOutput" type="boolean">
<label>Import Source Outputs</label>
<description>Activate the import of source-output elements.</description>
<default>false</default>
</parameter>
</config-description>

</binding:binding>

This file was deleted.