dde-dock/frame/dbusinterface/xml/org.deepin.dde.Audio1.Sink.xml
范朋程 2d958dd670 chore: V23接口改造适配
V23接口改造适配

Log: V23接口改造适配
Influence: 无
Task: https://pms.uniontech.com/task-view-207483.html
Change-Id: Ide530c023ea41f86fad2e8001ec67f1afaa897ab
2022-12-06 14:40:35 +08:00

38 lines
1.5 KiB
XML

<interface name="org.deepin.dde.Audio1.Sink">
<method name="GetMeter">
<arg type="o" direction="out"/>
</method>
<method name="SetBalance">
<arg type="d" direction="in"/>
<arg type="b" direction="in"/>
</method>
<method name="SetFade">
<arg type="d" direction="in"/>
</method>
<method name="SetMute">
<arg type="b" direction="in"/>
</method>
<method name="SetPort">
<arg type="s" direction="in"/>
</method>
<method name="SetVolume">
<arg type="d" direction="in"/>
<arg type="b" direction="in"/>
</method>
<property name="Name" type="s" access="read"/>\n
<property name="Description" type="s" access="read"/>
<property name="BaseVolume" type="d" access="read"/>
<property name="Mute" type="b" access="read"/>
<property name="Volume" type="d" access="read"/>
<property name="Balance" type="d" access="read"/>
<property name="SupportBalance" type="b" access="read"/>
<property name="Fade" type="d" access="read"/>
<property name="SupportFade" type="b" access="read"/>
<property name="Ports" type="a(ssy)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="AudioPortList"/>
</property>
<property name="ActivePort" type="(ssy)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="AudioPort"/>
</property>
<property name="Card" type="u" access="read"/>
</interface>