/src/libtomahawk/infosystem/infoplugins/unix/mprispluginplayeradaptor.xml
http://github.com/tomahawk-player/tomahawk · XML · 41 lines · 41 code · 0 blank · 0 comment · 0 complexity · e376ab1be46f519383debb2330dff3ab MD5 · raw file
- <!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.mpris.MediaPlayer2.Player">
- <method name="Next"/>
- <method name="Previous"/>
- <method name="Pause"/>
- <method name="PlayPause"/>
- <method name="Stop"/>
- <method name="Play"/>
- <method name="Seek">
- <arg type="x" name="Offset" direction="in" />
- </method>
- <method name="SetPosition">
- <arg type="o" name="TrackId" direction="in" />
- <arg type="x" name="Position" direction="in" />
- </method>
- <method name="OpenUri">
- <arg type="s" name="Uri" direction="in" />
- </method>
- <signal name="Seeked">
- <arg type="x" name="Position" direction="out" />
- </signal>
- <property name="PlaybackStatus" type="s" access="read"/>
- <property name="LoopStatus" type="s" access="readwrite"/>
- <property name="Rate" type="d" access="readwrite"/>
- <property name="Shuffle" type="b" access="readwrite"/>
- <property name="Metadata" type="a{sv}" access="read">
- <annotation name="com.trolltech.QtDBus.QtTypeName" value="QVariantMap"/>
- </property>
- <property name="Volume" type="d" access="readwrite"/>
- <property name="Position" type="x" access="read"/>
- <property name="MinimumRate" type="d" access="read"/>
- <property name="MaximumRate" type="d" access="read"/>
- <property name="CanGoNext" type="b" access="read"/>
- <property name="CanGoPrevious" type="b" access="read"/>
- <property name="CanPlay" type="b" access="read"/>
- <property name="CanPause" type="b" access="read"/>
- <property name="CanSeek" type="b" access="read"/>
- <property name="CanControl" type="b" access="read"/>
- </interface>
- </node>