~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to libempathy/tp-stream-engine.xml

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 name="/TpMediaEngine">
3
 
  <interface name="org.freedesktop.Telepathy.ChannelHandler">
4
 
    <method name="HandleChannel">
5
 
      <arg direction="in" type="s" name="bus_name" />
6
 
      <arg direction="in" type="o" name="connection" />
7
 
      <arg direction="in" type="s" name="channel_type" />
8
 
      <arg direction="in" type="o" name="channel" />
9
 
      <arg direction="in" type="u" name="handle_type" />
10
 
      <arg direction="in" type="u" name="handle" />
11
 
    </method>
12
 
  </interface>
13
 
  <interface name="org.freedesktop.Telepathy.StreamEngine">
14
 
    <method name="SetOutputVolume">
15
 
      <arg direction="in" type="o" name="channel_path" />
16
 
      <arg direction="in" type="u" name="stream_id" />
17
 
      <arg direction="in" type="u" name="volume" />
18
 
    </method>
19
 
    <method name="MuteInput">
20
 
      <arg direction="in" type="o" name="channel_path" />
21
 
      <arg direction="in" type="u" name="stream_id" />
22
 
      <arg direction="in" type="b" name="mute_state" />
23
 
    </method>
24
 
    <method name="MuteOutput">
25
 
      <arg direction="in" type="o" name="channel_path" />
26
 
      <arg direction="in" type="u" name="stream_id" />
27
 
      <arg direction="in" type="b" name="mute_state" />
28
 
    </method>
29
 
    <method name="SetOutputWindow">
30
 
      <arg direction="in" type="o" name="channel_path" />
31
 
      <arg direction="in" type="u" name="stream_id" />
32
 
      <arg direction="in" type="u" name="window" />
33
 
    </method>
34
 
    <method name="AddPreviewWindow">
35
 
      <arg direction="in" type="u" name="window" />
36
 
    </method>
37
 
    <method name="RemovePreviewWindow">
38
 
      <arg direction="in" type="u" name="window" />
39
 
    </method>
40
 
    <signal name="Receiving">
41
 
      <arg type="o" name="channel_path" />
42
 
      <arg type="u" name="stream_id" />
43
 
      <arg type="b" name="state" />
44
 
    </signal>
45
 
    <signal name="StreamStateChanged">
46
 
      <arg type="o" name="channel_path" />
47
 
      <arg type="u" name="stream_id" />
48
 
      <arg type="u" name="state" />
49
 
      <arg type="u" name="direction" />
50
 
    </signal>
51
 
    <method name="Shutdown">
52
 
    </method>
53
 
  </interface>
54
 
</node>