File: Media_Session_Handler.xml

package info (click to toggle)
telepathy-glib 0.24.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,628 kB
  • sloc: ansic: 124,643; xml: 34,410; sh: 11,299; python: 3,520; makefile: 1,727; cpp: 16
file content (81 lines) | stat: -rw-r--r-- 3,602 bytes parent folder | download | duplicates (21)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" ?>
<node name="/Media_Session_Handler" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <tp:copyright> Copyright (C) 2005, 2006 Collabora Limited </tp:copyright>
  <tp:copyright> Copyright (C) 2005, 2006 Nokia Corporation </tp:copyright>
  <tp:copyright> Copyright (C) 2006 INdT </tp:copyright>
  <tp:license xmlns="http://www.w3.org/1999/xhtml">
    <p>This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.</p>

<p>This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.</p>

<p>You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
  </tp:license>
  <interface name="org.freedesktop.Telepathy.Media.SessionHandler">
    <method name="Error" tp:name-for-bindings="Error">
      <arg direction="in" name="Error_Code" type="u"
        tp:type="Media_Stream_Error"/>
      <arg direction="in" name="Message" type="s"/>
      <tp:deprecated version="0.13.4">
        Use <tp:dbus-ref
          namespace="org.freedesktop.Telepathy.Media">StreamHandler.Error</tp:dbus-ref>
        on each StreamHandler object instead.
      </tp:deprecated>
      <tp:docstring>
        Informs the connection manager that an error occured in this session.
        If used, the connection manager must terminate the session and all of
        the streams within it, and may also emit a <tp:dbus-ref
          namespace="org.freedesktop.Telepathy.Channel.Type.StreamedMedia">StreamError</tp:dbus-ref>
        signal on the channel for each stream within the session.
      </tp:docstring>
    </method>
    <signal name="NewStreamHandler" tp:name-for-bindings="New_Stream_Handler">
      <arg name="Stream_Handler" type="o">
        <tp:docstring>
          The path of a new object implementing the <tp:dbus-ref
            namespace="org.freedesktop.Telepathy.Media">StreamHandler</tp:dbus-ref>
          interface.
        </tp:docstring>
      </arg>
      <arg name="ID" type="u">
        <tp:docstring>
          The unique ID of the new stream
        </tp:docstring>
      </arg>
      <arg name="Media_Type" type="u" tp:type="Media_Stream_Type">
        <tp:docstring>
          Type of media that this stream should handle
        </tp:docstring>
      </arg>
      <arg name="Direction" type="u" tp:type="Media_Stream_Direction">
        <tp:docstring>
          Direction of this stream
        </tp:docstring>
      </arg>
      <tp:docstring>
        Emitted when a new stream handler has been created for this
        session.
      </tp:docstring>
    </signal>
    <method name="Ready" tp:name-for-bindings="Ready">
      <tp:docstring>
        Inform the connection manager that a client is ready to handle
        this session handler (i.e. that it has connected to the
        <tp:member-ref>NewStreamHandler</tp:member-ref> signal and done any
        other necessary setup).
      </tp:docstring>
    </method>
    <tp:docstring>
      An media session handler is an object that handles a number of synchronised
    media streams.
    </tp:docstring>
  </interface>
</node>
<!-- vim:set sw=2 sts=2 et ft=xml: -->