aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/tp-stream-engine.xml
blob: 5a8783d0e29df7322e89bff777fa56c7d123974b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/TpMediaEngine">
  <interface name="org.freedesktop.Telepathy.ChannelHandler">
    <method name="HandleChannel">
      <arg direction="in" type="s" name="bus_name" />
      <arg direction="in" type="o" name="connection" />
      <arg direction="in" type="s" name="channel_type" />
      <arg direction="in" type="o" name="channel" />
      <arg direction="in" type="u" name="handle_type" />
      <arg direction="in" type="u" name="handle" />
    </method>
  </interface>
  <interface name="org.freedesktop.Telepathy.StreamEngine">
    <method name="SetOutputVolume">
      <arg direction="in" type="o" name="channel_path" />
      <arg direction="in" type="u" name="stream_id" />
      <arg direction="in" type="u" name="volume" />
    </method>
    <method name="MuteInput">
      <arg direction="in" type="o" name="channel_path" />
      <arg direction="in" type="u" name="stream_id" />
      <arg direction="in" type="b" name="mute_state" />
    </method>
    <method name="MuteOutput">
      <arg direction="in" type="o" name="channel_path" />
      <arg direction="in" type="u" name="stream_id" />
      <arg direction="in" type="b" name="mute_state" />
    </method>
    <method name="SetOutputWindow">
      <arg direction="in" type="o" name="channel_path" />
      <arg direction="in" type="u" name="stream_id" />
      <arg direction="in" type="u" name="window" />
    </method>
    <method name="AddPreviewWindow">
      <arg direction="in" type="u" name="window" />
    </method>
    <method name="RemovePreviewWindow">
      <arg direction="in" type="u" name="window" />
    </method>
    <signal name="Receiving">
      <arg type="o" name="channel_path" />
      <arg type="u" name="stream_id" />
      <arg type="b" name="state" />
    </signal>
    <signal name="StreamStateChanged">
      <arg type="o" name="channel_path" />
      <arg type="u" name="stream_id" />
      <arg type="u" name="state" />
      <arg type="u" name="direction" />
    </signal>
    <method name="Shutdown">
    </method>
  </interface>
</node>