~ubuntu-branches/ubuntu/karmic/gst-plugins-base0.10/karmic-updates

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-base-plugins-tcpserversrc.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-05 18:10:19 UTC
  • mfrom: (14.3.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091005181019-vcb3daxz031og2sh
Tags: 0.10.25-1
* New upstream release, 'Standard disclaimers apply':
  + debian/libgstreamer-plugins-base.symbols:
    - Updated for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
<a name="gst-plugins-base-plugins-tcpserversrc.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
53
<pre class="synopsis">
54
54
  <a
55
 
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
55
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
56
56
>GObject</a>
57
57
   +----<a
58
 
href="../gstreamer-0.10/GstObject.html"
 
58
href="/usr/share/gtk-doc/html/gstreamer-0.10/GstObject.html"
59
59
>GstObject</a>
60
60
         +----<a
61
 
href="../gstreamer-0.10/GstElement.html"
 
61
href="/usr/share/gtk-doc/html/gstreamer-0.10/GstElement.html"
62
62
>GstElement</a>
63
63
               +----<a
64
 
href="../gstreamer-libs-0.10/GstBaseSrc.html"
 
64
href="/usr/share/gtk-doc/html/gstreamer-libs-0.10/GstBaseSrc.html"
65
65
>GstBaseSrc</a>
66
66
                     +----<a
67
 
href="../gstreamer-libs-0.10/GstPushSrc.html"
 
67
href="/usr/share/gtk-doc/html/gstreamer-libs-0.10/GstPushSrc.html"
68
68
>GstPushSrc</a>
69
69
                           +----GstTCPServerSrc
70
70
</pre>
73
73
<a name="gst-plugins-base-plugins-tcpserversrc.properties"></a><h2>Properties</h2>
74
74
<pre class="synopsis">
75
75
  "<a class="link" href="gst-plugins-base-plugins-tcpserversrc.html#GstTCPServerSrc--host" title='The "host" property'>host</a>"                     <a
76
 
href="../glib/glib-Basic-Types.html#gchar"
 
76
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
77
77
>gchar</a>*                : Read / Write
78
78
  "<a class="link" href="gst-plugins-base-plugins-tcpserversrc.html#GstTCPServerSrc--port" title='The "port" property'>port</a>"                     <a
79
 
href="../glib/glib-Basic-Types.html#gint"
 
79
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
80
80
>gint</a>                  : Read / Write
81
81
  "<a class="link" href="gst-plugins-base-plugins-tcpserversrc.html#GstTCPServerSrc--protocol" title='The "protocol" property'>protocol</a>"                 <a class="link" href="gst-plugins-base-plugins-multifdsink.html#GstTCPProtocol" title="enum GstTCPProtocol">GstTCPProtocol</a>        : Read / Write
82
82
</pre>
86
86
<p>
87
87
</p>
88
88
<div class="refsect2" lang="en">
89
 
<a name="id3148184"></a><h3>Example launch line</h3>
 
89
<a name="id2632991"></a><h3>Example launch line</h3>
90
90
<div class="informalexample"><pre class="programlisting">
91
91
# server:
92
92
gst-launch tcpserversrc protocol=none port=3000 ! fdsink fd=2
97
97
<div class="refsynopsisdiv">
98
98
<h2>Synopsis</h2>
99
99
<div class="refsect2" lang="en">
100
 
<a name="id3148205"></a><h3>Element Information</h3>
 
100
<a name="id2633013"></a><h3>Element Information</h3>
101
101
<div class="variablelist"><table border="0">
102
102
<col align="left" valign="top">
103
103
<tbody>
120
120
</div>
121
121
<hr>
122
122
<div class="refsect2" lang="en">
123
 
<a name="id3148268"></a><h3>Element Pads</h3>
 
123
<a name="id2633076"></a><h3>Element Pads</h3>
124
124
<div class="variablelist"><table border="0">
125
125
<col align="left" valign="top">
126
126
<tbody>
147
147
<div class="refsynopsisdiv">
148
148
<h2>Synopsis</h2>
149
149
<div class="refsect2" lang="en">
150
 
<a name="id3148345"></a><h3>Element Information</h3>
 
150
<a name="id2633153"></a><h3>Element Information</h3>
151
151
<div class="variablelist"><table border="0">
152
152
<col align="left" valign="top">
153
153
<tbody>
170
170
</div>
171
171
<hr>
172
172
<div class="refsect2" lang="en">
173
 
<a name="id3148408"></a><h3>Element Pads</h3>
 
173
<a name="id2633216"></a><h3>Element Pads</h3>
174
174
<div class="variablelist"><table border="0">
175
175
<col align="left" valign="top">
176
176
<tbody>
211
211
<div class="refsect2" lang="en">
212
212
<a name="GstTCPServerSrc--host"></a><h3>The <code class="literal">"host"</code> property</h3>
213
213
<pre class="programlisting">  "host"                     <a
214
 
href="../glib/glib-Basic-Types.html#gchar"
 
214
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
215
215
>gchar</a>*                : Read / Write</pre>
216
216
<p>The hostname to listen as.</p>
217
217
<p>Default value: NULL</p>
220
220
<div class="refsect2" lang="en">
221
221
<a name="GstTCPServerSrc--port"></a><h3>The <code class="literal">"port"</code> property</h3>
222
222
<pre class="programlisting">  "port"                     <a
223
 
href="../glib/glib-Basic-Types.html#gint"
 
223
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
224
224
>gint</a>                  : Read / Write</pre>
225
225
<p>The port to listen to.</p>
226
226
<p>Allowed values: [0,65535]</p>