summaryrefslogtreecommitdiffstats
path: root/data/dbus-interfaces/org.mpris.MediaPlayer2.Player.xml
blob: 550cb4c5f0c3e158fd42b1313f563e24f7ac0a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<node>
  <interface name="org.mpris.MediaPlayer2.Player">
    <method name="PlayPause"/>
    <method name="Next"/>
    <method name="Previous"/>
    <property name="CanGoNext" type="b" access="read"/>
    <property name="CanGoPrevious" type="b" access="read"/>
    <property name="CanPlay" type="b" access="read"/>
    <property name="Metadata" type="a{sv}" access="read"/>
    <property name="PlaybackStatus" type="s" access="read"/>
  </interface>
</node>