]> git.0d.be Git - empathy.git/blob - extensions/Stream_Engine.xml
Updated Spanish translation
[empathy.git] / extensions / Stream_Engine.xml
1 <?xml version="1.0" ?>
2 <node name="/Stream_Engine" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
3   <tp:copyright>Copyright (C) 2008 Collabora Limited</tp:copyright>
4   <tp:license xmlns="http://www.w3.org/1999/xhtml">
5     <p>This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.</p>
9
10 <p>This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 Library General Public License for more details.</p>
14
15 <p>You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
18   </tp:license>
19   <interface name="org.freedesktop.Telepathy.StreamEngine">
20     <method name="SetOutputVolume">
21       <arg direction="in" type="o" name="channel_path" />
22       <arg direction="in" type="u" name="stream_id" />
23       <arg direction="in" type="u" name="volume" />
24     </method>
25     <method name="MuteInput">
26       <arg direction="in" type="o" name="channel_path" />
27       <arg direction="in" type="u" name="stream_id" />
28       <arg direction="in" type="b" name="mute_state" />
29     </method>
30     <method name="MuteOutput">
31       <arg direction="in" type="o" name="channel_path" />
32       <arg direction="in" type="u" name="stream_id" />
33       <arg direction="in" type="b" name="mute_state" />
34     </method>
35     <method name="SetOutputWindow">
36       <arg direction="in" type="o" name="channel_path" />
37       <arg direction="in" type="u" name="stream_id" />
38       <arg direction="in" type="u" name="window" />
39     </method>
40     <method name="AddPreviewWindow">
41       <arg direction="in" type="u" name="window" />
42     </method>
43     <method name="RemovePreviewWindow">
44       <arg direction="in" type="u" name="window" />
45     </method>
46     <signal name="Receiving">
47       <arg type="o" name="channel_path" />
48       <arg type="u" name="stream_id" />
49       <arg type="b" name="state" />
50     </signal>
51     <signal name="StreamStateChanged">
52       <arg type="o" name="channel_path" />
53       <arg type="u" name="stream_id" />
54       <arg type="u" name="state" />
55       <arg type="u" name="direction" />
56     </signal>
57     <method name="Shutdown">
58     </method>
59   </interface>
60 </node>