1<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
4<node>
5<interface name="org.bluez.MediaTransport1">
6    <method name="Acquire">
7        <annotation name="org.gtk.GDBus.C.UnixFD" value="true" />
8        <arg name="fd" type="h" direction="out"/>
9        <arg name="mtu_r" type="q" direction="out"/>
10        <arg name="mtu_w" type="q" direction="out"/>
11    </method>
12    <method name="TryAcquire">
13        <annotation name="org.gtk.GDBus.C.UnixFD" value="true" />
14        <arg name="fd" type="h" direction="out"/>
15        <arg name="mtu_r" type="q" direction="out"/>
16        <arg name="mtu_w" type="q" direction="out"/>
17    </method>
18    <method name="Release"></method>
19    <property name="Device" type="o" access="read"></property>
20    <property name="UUID" type="s" access="read"></property>
21    <property name="Codec" type="y" access="read"></property>
22    <property name="Configuration" type="ay" access="read">
23        <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true" />
24    </property>
25    <property name="State" type="s" access="read"></property>
26    <property name="Delay" type="q" access="read"></property>
27    <property name="Volume" type="q" access="readwrite"></property>
28</interface>
29
30<interface name="org.bluez.MediaPlayer1">
31  <method name="Play"/>
32  <method name="Pause"/>
33  <method name="Stop"/>
34  <method name="Next"/>
35  <method name="Previous"/>
36  <method name="FastForward"/>
37  <method name="Rewind"/>
38  <property name="Name" type="s" access="read"/>
39  <property name="Type" type="s" access="read"/>
40  <property name="Subtype" type="s" access="read"/>
41  <property name="Position" type="u" access="read"/>
42  <property name="Status" type="s" access="read"/>
43  <property name="Equalizer" type="s" access="readwrite"/>
44  <property name="Repeat" type="s" access="readwrite"/>
45  <property name="Shuffle" type="s" access="readwrite"/>
46  <property name="Scan" type="s" access="readwrite"/>
47  <property name="Track" type="a{sv}" access="read"/>
48  <property name="Device" type="o" access="read"/>
49  <property name="Browsable" type="b" access="read"/>
50  <property name="Searchable" type="b" access="read"/>
51  <property name="Playlist" type="o" access="read"/>
52</interface>
53</node>
54