88 lines
1.9 KiB
XML
88 lines
1.9 KiB
XML
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||
|
|
||
|
|
||
|
<node>
|
||
|
<interface name="org.freedesktop.MediaPlayer">
|
||
|
|
||
|
<method name="Pause">
|
||
|
</method>
|
||
|
|
||
|
<method name="Stop">
|
||
|
</method>
|
||
|
|
||
|
<method name="Play">
|
||
|
</method>
|
||
|
|
||
|
<method name="Prev">
|
||
|
</method>
|
||
|
|
||
|
<method name="Next">
|
||
|
</method>
|
||
|
|
||
|
<method name="Repeat">
|
||
|
<arg type="b" direction="in"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="GetStatus">
|
||
|
<arg type="(iiii)" direction="out"/>
|
||
|
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="DBusStatus"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="VolumeSet">
|
||
|
<arg type="i" direction="in"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="VolumeGet">
|
||
|
<arg type="i" direction="out"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="PositionSet">
|
||
|
<arg type="i" direction="in"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="PositionGet">
|
||
|
<arg type="i" direction="out"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="GetMetadata">
|
||
|
<arg type="a{sv}" direction="out"/>
|
||
|
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="GetCaps">
|
||
|
<arg type="i" direction="out" />
|
||
|
</method>
|
||
|
|
||
|
<signal name="TrackChange">
|
||
|
<arg type="a{sv}"/>
|
||
|
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
|
||
|
</signal>
|
||
|
|
||
|
<signal name="StatusChange">
|
||
|
<arg type="(iiii)"/>
|
||
|
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="DBusStatus"/>
|
||
|
</signal>
|
||
|
|
||
|
<signal name="CapsChange">
|
||
|
<arg type="i" />
|
||
|
</signal>
|
||
|
|
||
|
<!-- NB: Amarok extensions to the mpris spec -->
|
||
|
<method name="VolumeUp">
|
||
|
<arg type="i" drection="in"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="VolumeDown">
|
||
|
<arg type="i" drection="in"/>
|
||
|
</method>
|
||
|
|
||
|
<method name="Mute">
|
||
|
</method>
|
||
|
|
||
|
<method name="ShowOSD">
|
||
|
</method>
|
||
|
|
||
|
</interface>
|
||
|
</node>
|