1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2
<node>
3
  <interface name="org.kde.Phonon.AudioOutput">
4
    <property name="volume" type="d" access="readwrite"/>
5
    <property name="muted" type="b" access="readwrite"/>
6
    <property name="outputDeviceIndex" type="i" access="readwrite"/>
7
    <signal name="volumeChanged">
8
      <arg type="d" direction="out"/>
9
    </signal>
10
    <signal name="mutedChanged">
11
      <arg type="b" direction="out"/>
12
    </signal>
13
    <signal name="outputDeviceIndexChanged">
14
      <arg type="i" direction="out"/>
15
    </signal>
16
    <signal name="nameChanged">
17
      <arg name="newName" type="s" direction="out"/>
18
    </signal>
19
    <signal name="newOutputAvailable">
20
      <arg name="service" type="s" direction="out"/>
21
      <arg name="path" type="s" direction="out"/>
22
    </signal>
23
    <signal name="outputDestroyed">
24
    </signal>
25
    <method name="category">
26
      <arg type="s" direction="out"/>
27
    </method>
28
    <method name="name">
29
      <arg type="s" direction="out"/>
30
    </method>
31
  </interface>
32
</node>