summaryrefslogtreecommitdiff
path: root/docs/plugins/farstream-plugins-docs.sgml
blob: 9495f3a09c90cec1b601c3cbf845184e4773d15a (plain)
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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY % version-entities SYSTEM "version.entities">
%version-entities;
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Farstream Plugins Manual</title>
    <releaseinfo>
      for version &FS_VERSION;.
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://farstream.freedesktop.org/apidoc/farstream-plugins/">http://farstream.freedesktop.org/apidoc/farstream-plugins/</ulink>.
      These plugins are to be used with the base classes and other utility
      objects and functions described in the
      <ulink url="http://farstream.freedesktop.org/apidoc/farstream/">Farstream Reference Manual</ulink>.
    </releaseinfo>
  </bookinfo>

  <part>
    <title>Plugins implementing FsConference</title>
    <chapter>
      <title>RTP Plugin</title>
      <xi:include href="xml/element-fsrtpconference.xml"/>
      <xi:include href="xml/fs-rtp-participant.xml"/>
      <xi:include href="xml/fs-rtp-session.xml"/>
      <xi:include href="xml/fs-rtp-stream.xml"/>
    </chapter>
    <chapter>
      <title>Raw Plugin</title>
      <xi:include href="xml/element-fsrawconference.xml"/>
      <xi:include href="xml/fs-raw-participant.xml"/>
      <xi:include href="xml/fs-raw-session.xml"/>
      <xi:include href="xml/fs-raw-stream.xml"/>
    </chapter>
    <chapter>
      <title>MSN Webcam plugin</title>
      <xi:include href="xml/element-fsmsncamsendconference.xml"/>
      <xi:include href="xml/element-fsmsncamrecvconference.xml"/>
      <xi:include href="xml/fs-msn-conference.xml"/>
      <xi:include href="xml/fs-msn-participant.xml"/>
      <xi:include href="xml/fs-msn-session.xml"/>
      <xi:include href="xml/fs-msn-stream.xml"/>
    </chapter>
  </part>

  <part>
    <title>Transmitters</title>
    <xi:include href="xml/fs-rawudp-stream-transmitter.xml"/>
    <xi:include href="xml/fs-multicast-stream-transmitter.xml"/>
    <xi:include href="xml/fs-nice-stream-transmitter.xml"/>
    <xi:include href="xml/fs-shm-stream-transmitter.xml"/>
  </part>

  <part>
    <title>Utility elements</title>
    <xi:include href="xml/element-fsfunnel.xml"/>
    <xi:include href="xml/element-fsvideoanyrate.xml"/>
  </part>
</book>