diff options
Diffstat (limited to 'docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html')
-rw-r--r-- | docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html | 67 |
1 files changed, 12 insertions, 55 deletions
diff --git a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html index f854044..09f9bf9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>jackaudiosrc</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-ismlmux.html" title="ismlmux"> <link rel="next" href="gst-plugins-good-plugins-jackaudiosink.html" title="jackaudiosink"> -<meta name="generator" content="GTK-Doc V1.17 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -62,61 +62,15 @@ "<a class="link" href="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--client" title='The "client" property'>client</a>" <span class="type">JackClient</span>* : Read / Write "<a class="link" href="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--connect" title='The "connect" property'>connect</a>" <span class="type">GstJackConnect</span> : Read / Write "<a class="link" href="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--server" title='The "server" property'>server</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write + "<a class="link" href="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--client-name" title='The "client-name" property'>client-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write </pre> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jackaudiosrc.description"></a><h2>Description</h2> -<p> -A Src that inputs data from Jack ports. -</p> -<p> -It will create N Jack ports named in_<name>_<num> where -<name> is the element name and <num> is starting from 1. -Each port corresponds to a gstreamer channel. -</p> -<p> -The samplerate as exposed on the caps is always the same as the samplerate of -the jack server. -</p> -<p> -When the <a class="link" href="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--connect" title='The "connect" property'><span class="type">"connect"</span></a> property is set to auto, this element -will try to connect each input port to a random physical jack output pin. -</p> -<p> -When the <a class="link" href="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--connect" title='The "connect" property'><span class="type">"connect"</span></a> property is set to none, the element will -accept any number of output channels and will create (but not connect) an -input port for each channel. -</p> -<p> -The element will generate an error when the Jack server is shut down when it -was PAUSED or PLAYING. This element does not support dynamic rate and buffer -size changes at runtime. -</p> -<p> -</p> -<div class="refsect2"> -<a name="idp10524848"></a><h3>Example launch line</h3> -<div class="informalexample"> - <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> - <tbody> - <tr> - <td class="listing_lines" align="right"><pre>1</pre></td> - <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch jackaudiosrc connect<span class="gtkdoc opt">=</span><span class="number">0</span> <span class="gtkdoc opt">!</span> jackaudiosink connect<span class="gtkdoc opt">=</span><span class="number">0</span></pre></td> - </tr> - </tbody> - </table> -</div> - Get audio input into gstreamer from jack. -</div> -<p> -</p> -<p> -Last reviewed on 2008-07-22 (0.10.4) -</p> <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14503376"></a><h3>Element Information</h3> +<a name="idp13421936"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -139,7 +93,7 @@ Last reviewed on 2008-07-22 (0.10.4) </div> <hr> <div class="refsect2"> -<a name="idp16749824"></a><h3>Element Pads</h3> +<a name="idp15269984"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -196,14 +150,17 @@ Last reviewed on 2008-07-22 (0.10.4) <p>The Jack server to connect to (NULL = default).</p> <p>Default value: NULL</p> </div> +<hr> +<div class="refsect2"> +<a name="GstJackAudioSrc--client-name"></a><h3>The <code class="literal">"client-name"</code> property</h3> +<pre class="programlisting"> "client-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre> +<p>The client name of the Jack instance (NULL = default).</p> +<p>Default value: NULL</p> </div> -<div class="refsect1"> -<a name="gst-plugins-good-plugins-jackaudiosrc.see-also"></a><h2>See Also</h2> -<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstbaseaudiosrc.html#GstBaseAudioSrc"><span class="type">GstBaseAudioSrc</span></a>, <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstringbuffer.html#GstRingBuffer"><span class="type">GstRingBuffer</span></a> </div> </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.17</div> + Generated by GTK-Doc V1.18</div> </body> </html>
\ No newline at end of file |