Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 2eca861f24be6048290ed27335ec22aa > files > 952

flumotion-doc-0.6.1-1mdv2010.0.x86_64.rpm

<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>flumotion.component.producers.audiotest.admin_gtk</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <span class="breadcrumbs">
        Package&nbsp;flumotion ::
        <a href="flumotion.component-module.html">Package&nbsp;component</a> ::
        <a href="flumotion.component.producers-module.html">Package&nbsp;producers</a> ::
        <a href="flumotion.component.producers.audiotest-module.html">Package&nbsp;audiotest</a> ::
        Module&nbsp;admin_gtk
      </span>
    </td>
    <td>
      <table cellpadding="0" cellspacing="0">
        <!-- hide/show private -->
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<h1 class="epydoc">Source Code for <a href="flumotion.component.producers.audiotest.admin_gtk-module.html">Module flumotion.component.producers.audiotest.admin_gtk</a></h1>
<pre class="py-src">
<a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment"># -*- Mode: Python -*-</tt> </tt>
<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># vi:si:et:sw=4:sts=4:ts=4</tt> </tt>
<a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Flumotion - a streaming media server</tt> </tt>
<a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).</tt> </tt>
<a name="L6"></a><tt class="py-lineno">  6</tt>  <tt class="py-line"><tt class="py-comment"># All rights reserved.</tt> </tt>
<a name="L7"></a><tt class="py-lineno">  7</tt>  <tt class="py-line"> </tt>
<a name="L8"></a><tt class="py-lineno">  8</tt>  <tt class="py-line"><tt class="py-comment"># This file may be distributed and/or modified under the terms of</tt> </tt>
<a name="L9"></a><tt class="py-lineno">  9</tt>  <tt class="py-line"><tt class="py-comment"># the GNU General Public License version 2 as published by</tt> </tt>
<a name="L10"></a><tt class="py-lineno"> 10</tt>  <tt class="py-line"><tt class="py-comment"># the Free Software Foundation.</tt> </tt>
<a name="L11"></a><tt class="py-lineno"> 11</tt>  <tt class="py-line"><tt class="py-comment"># This file is distributed without any warranty; without even the implied</tt> </tt>
<a name="L12"></a><tt class="py-lineno"> 12</tt>  <tt class="py-line"><tt class="py-comment"># warranty of merchantability or fitness for a particular purpose.</tt> </tt>
<a name="L13"></a><tt class="py-lineno"> 13</tt>  <tt class="py-line"><tt class="py-comment"># See "LICENSE.GPL" in the source distribution for more information.</tt> </tt>
<a name="L14"></a><tt class="py-lineno"> 14</tt>  <tt class="py-line"> </tt>
<a name="L15"></a><tt class="py-lineno"> 15</tt>  <tt class="py-line"><tt class="py-comment"># Licensees having purchased or holding a valid Flumotion Advanced</tt> </tt>
<a name="L16"></a><tt class="py-lineno"> 16</tt>  <tt class="py-line"><tt class="py-comment"># Streaming Server license may use this file in accordance with the</tt> </tt>
<a name="L17"></a><tt class="py-lineno"> 17</tt>  <tt class="py-line"><tt class="py-comment"># Flumotion Advanced Streaming Server Commercial License Agreement.</tt> </tt>
<a name="L18"></a><tt class="py-lineno"> 18</tt>  <tt class="py-line"><tt class="py-comment"># See "LICENSE.Flumotion" in the source distribution for more information.</tt> </tt>
<a name="L19"></a><tt class="py-lineno"> 19</tt>  <tt class="py-line"> </tt>
<a name="L20"></a><tt class="py-lineno"> 20</tt>  <tt class="py-line"><tt class="py-comment"># Headers in this file shall remain intact.</tt> </tt>
<a name="L21"></a><tt class="py-lineno"> 21</tt>  <tt class="py-line"> </tt>
<a name="L22"></a><tt class="py-lineno"> 22</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">gettext</tt> <tt class="py-keyword">import</tt> <tt class="py-name">gettext</tt> <tt class="py-keyword">as</tt> <tt class="py-name">_</tt> </tt>
<a name="L23"></a><tt class="py-lineno"> 23</tt>  <tt class="py-line"> </tt>
<a name="L24"></a><tt class="py-lineno"> 24</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-0" class="py-name" targets="Module flumotion.admin.command.component=flumotion.admin.command.component-module.html,Package flumotion.component=flumotion.component-module.html,Module flumotion.component.bouncers.component=flumotion.component.bouncers.component-module.html,Module flumotion.component.component=flumotion.component.component-module.html,Module flumotion.manager.component=flumotion.manager.component-module.html"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-0', 'component', 'link-0');">component</a></tt><tt class="py-op">.</tt><tt id="link-1" class="py-name" targets="Package flumotion.component.base=flumotion.component.base-module.html,Module flumotion.component.plugs.base=flumotion.component.plugs.base-module.html,Module flumotion.manager.base=flumotion.manager.base-module.html,Module flumotion.worker.base=flumotion.worker.base-module.html"><a title="flumotion.component.base
flumotion.component.plugs.base
flumotion.manager.base
flumotion.worker.base" class="py-name" href="#" onclick="return doclink('link-1', 'base', 'link-1');">base</a></tt><tt class="py-op">.</tt><tt id="link-2" class="py-name" targets="Module flumotion.component.base.admin_gtk=flumotion.component.base.admin_gtk-module.html,Module flumotion.component.bouncers.admin_gtk=flumotion.component.bouncers.admin_gtk-module.html,Module flumotion.component.combiners.switch.admin_gtk=flumotion.component.combiners.switch.admin_gtk-module.html,Module flumotion.component.consumers.disker.admin_gtk=flumotion.component.consumers.disker.admin_gtk-module.html,Module flumotion.component.consumers.httpstreamer.admin_gtk=flumotion.component.consumers.httpstreamer.admin_gtk-module.html,Module flumotion.component.effects.colorbalance.admin_gtk=flumotion.component.effects.colorbalance.admin_gtk-module.html,Module flumotion.component.effects.volume.admin_gtk=flumotion.component.effects.volume.admin_gtk-module.html,Module flumotion.component.misc.httpserver.admin_gtk=flumotion.component.misc.httpserver.admin_gtk-module.html,Module flumotion.component.producers.audiotest.admin_gtk=flumotion.component.producers.audiotest.admin_gtk-module.html,Module flumotion.component.producers.bttv.admin_gtk=flumotion.component.producers.bttv.admin_gtk-module.html,Module flumotion.component.producers.firewire.admin_gtk=flumotion.component.producers.firewire.admin_gtk-module.html,Module flumotion.component.producers.looper.admin_gtk=flumotion.component.producers.looper.admin_gtk-module.html,Module flumotion.component.producers.playlist.admin_gtk=flumotion.component.producers.playlist.admin_gtk-module.html,Module flumotion.component.producers.soundcard.admin_gtk=flumotion.component.producers.soundcard.admin_gtk-module.html,Module flumotion.component.producers.videotest.admin_gtk=flumotion.component.producers.videotest.admin_gtk-module.html,Module flumotion.component.producers.webcam.admin_gtk=flumotion.component.producers.webcam.admin_gtk-module.html"><a title="flumotion.component.base.admin_gtk
flumotion.component.bouncers.admin_gtk
flumotion.component.combiners.switch.admin_gtk
flumotion.component.consumers.disker.admin_gtk
flumotion.component.consumers.httpstreamer.admin_gtk
flumotion.component.effects.colorbalance.admin_gtk
flumotion.component.effects.volume.admin_gtk
flumotion.component.misc.httpserver.admin_gtk
flumotion.component.producers.audiotest.admin_gtk
flumotion.component.producers.bttv.admin_gtk
flumotion.component.producers.firewire.admin_gtk
flumotion.component.producers.looper.admin_gtk
flumotion.component.producers.playlist.admin_gtk
flumotion.component.producers.soundcard.admin_gtk
flumotion.component.producers.videotest.admin_gtk
flumotion.component.producers.webcam.admin_gtk" class="py-name" href="#" onclick="return doclink('link-2', 'admin_gtk', 'link-2');">admin_gtk</a></tt> <tt class="py-keyword">import</tt> <tt id="link-3" class="py-name" targets="Class flumotion.component.base.admin_gtk.BaseAdminGtk=flumotion.component.base.admin_gtk.BaseAdminGtk-class.html"><a title="flumotion.component.base.admin_gtk.BaseAdminGtk" class="py-name" href="#" onclick="return doclink('link-3', 'BaseAdminGtk', 'link-3');">BaseAdminGtk</a></tt> </tt>
<a name="L25"></a><tt class="py-lineno"> 25</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-4" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-4', 'component', 'link-0');">component</a></tt><tt class="py-op">.</tt><tt id="link-5" class="py-name"><a title="flumotion.component.base
flumotion.component.plugs.base
flumotion.manager.base
flumotion.worker.base" class="py-name" href="#" onclick="return doclink('link-5', 'base', 'link-1');">base</a></tt><tt class="py-op">.</tt><tt id="link-6" class="py-name" targets="Module flumotion.component.base.baseadminnode=flumotion.component.base.baseadminnode-module.html"><a title="flumotion.component.base.baseadminnode" class="py-name" href="#" onclick="return doclink('link-6', 'baseadminnode', 'link-6');">baseadminnode</a></tt> <tt class="py-keyword">import</tt> <tt id="link-7" class="py-name" targets="Class flumotion.component.base.baseadminnode.BaseAdminGtkNode=flumotion.component.base.baseadminnode.BaseAdminGtkNode-class.html"><a title="flumotion.component.base.baseadminnode.BaseAdminGtkNode" class="py-name" href="#" onclick="return doclink('link-7', 'BaseAdminGtkNode', 'link-7');">BaseAdminGtkNode</a></tt> </tt>
<a name="L26"></a><tt class="py-lineno"> 26</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-8" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-8', 'component', 'link-0');">component</a></tt><tt class="py-op">.</tt><tt id="link-9" class="py-name" targets="Package flumotion.component.effects=flumotion.component.effects-module.html"><a title="flumotion.component.effects" class="py-name" href="#" onclick="return doclink('link-9', 'effects', 'link-9');">effects</a></tt><tt class="py-op">.</tt><tt id="link-10" class="py-name" targets="Package flumotion.component.effects.volume=flumotion.component.effects.volume-module.html,Module flumotion.component.effects.volume.volume=flumotion.component.effects.volume.volume-module.html"><a title="flumotion.component.effects.volume
flumotion.component.effects.volume.volume" class="py-name" href="#" onclick="return doclink('link-10', 'volume', 'link-10');">volume</a></tt><tt class="py-op">.</tt><tt id="link-11" class="py-name"><a title="flumotion.component.base.admin_gtk
flumotion.component.bouncers.admin_gtk
flumotion.component.combiners.switch.admin_gtk
flumotion.component.consumers.disker.admin_gtk
flumotion.component.consumers.httpstreamer.admin_gtk
flumotion.component.effects.colorbalance.admin_gtk
flumotion.component.effects.volume.admin_gtk
flumotion.component.misc.httpserver.admin_gtk
flumotion.component.producers.audiotest.admin_gtk
flumotion.component.producers.bttv.admin_gtk
flumotion.component.producers.firewire.admin_gtk
flumotion.component.producers.looper.admin_gtk
flumotion.component.producers.playlist.admin_gtk
flumotion.component.producers.soundcard.admin_gtk
flumotion.component.producers.videotest.admin_gtk
flumotion.component.producers.webcam.admin_gtk" class="py-name" href="#" onclick="return doclink('link-11', 'admin_gtk', 'link-2');">admin_gtk</a></tt> <tt class="py-keyword">import</tt> <tt id="link-12" class="py-name" targets="Class flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode=flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode-class.html"><a title="flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode" class="py-name" href="#" onclick="return doclink('link-12', 'VolumeAdminGtkNode', 'link-12');">VolumeAdminGtkNode</a></tt> </tt>
<a name="L27"></a><tt class="py-lineno"> 27</tt>  <tt class="py-line"> </tt>
<a name="L28"></a><tt class="py-lineno"> 28</tt>  <tt class="py-line"><tt class="py-name">__version__</tt> <tt class="py-op">=</tt> <tt class="py-string">"$Rev: 7888 $"</tt> </tt>
<a name="L29"></a><tt class="py-lineno"> 29</tt>  <tt class="py-line"> </tt>
<a name="L30"></a><tt class="py-lineno"> 30</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode"></a><div id="AudioTestAdminGtkNode-def"><a name="L31"></a><tt class="py-lineno"> 31</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode-toggle" onclick="return toggle('AudioTestAdminGtkNode');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html">AudioTestAdminGtkNode</a><tt class="py-op">(</tt><tt class="py-base-class">BaseAdminGtkNode</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="AudioTestAdminGtkNode-expanded"><a name="L32"></a><tt class="py-lineno"> 32</tt>  <tt class="py-line">    <tt id="link-13" class="py-name" targets="Variable flumotion.admin.admin.AdminModel.logCategory=flumotion.admin.admin.AdminModel-class.html#logCategory,Variable flumotion.admin.config.AdminConfigParser.logCategory=flumotion.admin.config.AdminConfigParser-class.html#logCategory,Variable flumotion.admin.gtk.adminwindow.AdminWindow.logCategory=flumotion.admin.gtk.adminwindow.AdminWindow-class.html#logCategory,Variable flumotion.admin.gtk.componentlist.ComponentList.logCategory=flumotion.admin.gtk.componentlist.ComponentList-class.html#logCategory,Variable flumotion.admin.gtk.componentview.ComponentView.logCategory=flumotion.admin.gtk.componentview.ComponentView-class.html#logCategory,Variable flumotion.admin.gtk.componentview.NotebookPlaceholder.logCategory=flumotion.admin.gtk.componentview.NotebookPlaceholder-class.html#logCategory,Variable flumotion.admin.multi.MultiAdminModel.logCategory=flumotion.admin.multi.MultiAdminModel-class.html#logCategory,Variable flumotion.admin.rrdmon.config.ConfigParser.logCategory=flumotion.admin.rrdmon.config.ConfigParser-class.html#logCategory,Variable flumotion.admin.text.admin_text.BaseAdminText.logCategory=flumotion.admin.text.admin_text.BaseAdminText-class.html#logCategory,Variable flumotion.admin.text.greeter.AdminTextGreeter.logCategory=flumotion.admin.text.greeter.AdminTextGreeter-class.html#logCategory,Variable flumotion.admin.text.view.AdminTextView.logCategory=flumotion.admin.text.view.AdminTextView-class.html#logCategory,Variable flumotion.common.eventcalendar.Calendar.logCategory=flumotion.common.eventcalendar.Calendar-class.html#logCategory,Variable flumotion.common.i18n.Translator.logCategory=flumotion.common.i18n.Translator-class.html#logCategory,Variable flumotion.common.medium.BaseMedium.logCategory=flumotion.common.medium.BaseMedium-class.html#logCategory,Variable flumotion.common.package.Packager.logCategory=flumotion.common.package.Packager-class.html#logCategory,Variable flumotion.common.registry.ComponentRegistry.logCategory=flumotion.common.registry.ComponentRegistry-class.html#logCategory,Variable flumotion.common.server.Server.logCategory=flumotion.common.server.Server-class.html#logCategory,Variable flumotion.common.server._ServerContextFactory.logCategory=flumotion.common.server._ServerContextFactory-class.html#logCategory,Variable flumotion.common.testsuite.TestManagerRoot.logCategory=flumotion.common.testsuite.TestManagerRoot-class.html#logCategory,Variable flumotion.common.testsuite.TestPB.logCategory=flumotion.common.testsuite.TestPB-class.html#logCategory,Variable flumotion.component.base.admin_gtk.BaseAdminGtk.logCategory=flumotion.component.base.admin_gtk.BaseAdminGtk-class.html#logCategory,Variable flumotion.component.base.admin_text.BaseAdminText.logCategory=flumotion.component.base.admin_text.BaseAdminText-class.html#logCategory,Variable flumotion.component.base.baseadminnode.BaseAdminGtkNode.logCategory=flumotion.component.base.baseadminnode.BaseAdminGtkNode-class.html#logCategory,Variable flumotion.component.base.http.HTTPAuthentication.logCategory=flumotion.component.base.http.HTTPAuthentication-class.html#logCategory,Variable flumotion.component.bouncers.bouncer.Bouncer.logCategory=flumotion.component.bouncers.bouncer.Bouncer-class.html#logCategory,Variable flumotion.component.bouncers.bouncer.BouncerMedium.logCategory=flumotion.component.bouncers.bouncer.BouncerMedium-class.html#logCategory,Variable flumotion.component.bouncers.component.Bouncer.logCategory=flumotion.component.bouncers.component.Bouncer-class.html#logCategory,Variable flumotion.component.bouncers.component.BouncerMedium.logCategory=flumotion.component.bouncers.component.BouncerMedium-class.html#logCategory,Variable flumotion.component.bouncers.htpasswdcrypt.HTPasswdCrypt.logCategory=flumotion.component.bouncers.htpasswdcrypt.HTPasswdCrypt-class.html#logCategory,Variable flumotion.component.bouncers.icalbouncer.IcalBouncer.logCategory=flumotion.component.bouncers.icalbouncer.IcalBouncer-class.html#logCategory,Variable flumotion.component.bouncers.ipbouncer.IPBouncer.logCategory=flumotion.component.bouncers.ipbouncer.IPBouncer-class.html#logCategory,Variable flumotion.component.bouncers.plug.BouncerPlug.logCategory=flumotion.component.bouncers.plug.BouncerPlug-class.html#logCategory,Variable flumotion.component.bouncers.saltsha256.SaltSha256.logCategory=flumotion.component.bouncers.saltsha256.SaltSha256-class.html#logCategory,Variable flumotion.component.bouncers.tokentest.TokenTestBase.logCategory=flumotion.component.bouncers.tokentest.TokenTestBase-class.html#logCategory,Variable flumotion.component.combiners.composite.composite.Composite.logCategory=flumotion.component.combiners.composite.composite.Composite-class.html#logCategory,Variable flumotion.component.combiners.switch.basicwatchdog.AVBasicWatchdog.logCategory=flumotion.component.combiners.switch.basicwatchdog.AVBasicWatchdog-class.html#logCategory,Variable flumotion.component.combiners.switch.basicwatchdog.SingleBasicWatchdog.logCategory=flumotion.component.combiners.switch.basicwatchdog.SingleBasicWatchdog-class.html#logCategory,Variable flumotion.component.combiners.switch.patternswitch.PatternEventSwitcher.logCategory=flumotion.component.combiners.switch.patternswitch.PatternEventSwitcher-class.html#logCategory,Variable flumotion.component.combiners.switch.switch.AVSwitch.logCategory=flumotion.component.combiners.switch.switch.AVSwitch-class.html#logCategory,Variable flumotion.component.combiners.switch.switch.ICalSwitchPlug.logCategory=flumotion.component.combiners.switch.switch.ICalSwitchPlug-class.html#logCategory,Variable flumotion.component.combiners.switch.switch.SingleSwitch.logCategory=flumotion.component.combiners.switch.switch.SingleSwitch-class.html#logCategory,Variable flumotion.component.combiners.switch.switch.Switch.logCategory=flumotion.component.combiners.switch.switch.Switch-class.html#logCategory,Variable flumotion.component.component.BaseComponent.logCategory=flumotion.component.component.BaseComponent-class.html#logCategory,Variable flumotion.component.component.BaseComponentMedium.logCategory=flumotion.component.component.BaseComponentMedium-class.html#logCategory,Variable flumotion.component.component.ComponentClientFactory.logCategory=flumotion.component.component.ComponentClientFactory-class.html#logCategory,Variable flumotion.component.consumers.httpstreamer.httpstreamer.MultifdSinkStreamer.logCategory=flumotion.component.consumers.httpstreamer.httpstreamer.MultifdSinkStreamer-class.html#logCategory,Variable flumotion.component.consumers.httpstreamer.resources.HTTPRoot.logCategory=flumotion.component.consumers.httpstreamer.resources.HTTPRoot-class.html#logCategory,Variable flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource.logCategory=flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource-class.html#logCategory,Variable flumotion.component.converters.pipeline.pipeline.Converter.logCategory=flumotion.component.converters.pipeline.pipeline.Converter-class.html#logCategory,Variable flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.logCategory=flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode-class.html#logCategory,Variable flumotion.component.effects.colorbalance.colorbalance.Colorbalance.logCategory=flumotion.component.effects.colorbalance.colorbalance.Colorbalance-class.html#logCategory,Variable flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.logCategory=flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode-class.html#logCategory,Variable flumotion.component.effects.volume.volume.Volume.logCategory=flumotion.component.effects.volume.volume.Volume-class.html#logCategory,Variable flumotion.component.feed.FeedClientFactory.logCategory=flumotion.component.feed.FeedClientFactory-class.html#logCategory,Variable flumotion.component.feed.FeedMedium.logCategory=flumotion.component.feed.FeedMedium-class.html#logCategory,Variable flumotion.component.feedcomponent.Effect.logCategory=flumotion.component.feedcomponent.Effect-class.html#logCategory,Variable flumotion.component.feedcomponent.FeedComponentMedium.logCategory=flumotion.component.feedcomponent.FeedComponentMedium-class.html#logCategory,Variable flumotion.component.feedcomponent010.FeedComponent.logCategory=flumotion.component.feedcomponent010.FeedComponent-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.CachedFile.logCategory=flumotion.component.misc.httpserver.cachedprovider.CachedFile-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.CopySession.logCategory=flumotion.component.misc.httpserver.cachedprovider.CopySession-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.CopyThread.logCategory=flumotion.component.misc.httpserver.cachedprovider.CopyThread-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.logCategory=flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.logCategory=flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.LocalPath.logCategory=flumotion.component.misc.httpserver.cachedprovider.LocalPath-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.logCategory=flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate-class.html#logCategory,Variable flumotion.component.misc.httpserver.httpfile.File.logCategory=flumotion.component.misc.httpserver.httpfile.File-class.html#logCategory,Variable flumotion.component.misc.httpserver.httpfile.FileTransfer.logCategory=flumotion.component.misc.httpserver.httpfile.FileTransfer-class.html#logCategory,Variable flumotion.component.misc.httpserver.httpfile.MimedFileFactory.logCategory=flumotion.component.misc.httpserver.httpfile.MimedFileFactory-class.html#logCategory,Variable flumotion.component.misc.httpserver.localprovider.LocalFile.logCategory=flumotion.component.misc.httpserver.localprovider.LocalFile-class.html#logCategory,Variable flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer.logCategory=flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer-class.html#logCategory,Variable flumotion.component.misc.porter.porter.PorterProtocol.logCategory=flumotion.component.misc.porter.porter.PorterProtocol-class.html#logCategory,Variable flumotion.component.plugs.requestmodifier.RequestModifierForceDownloadPlug.logCategory=flumotion.component.plugs.requestmodifier.RequestModifierForceDownloadPlug-class.html#logCategory,Variable flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.logCategory=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#logCategory,Variable flumotion.component.producers.looper.admin_gtk.LooperNode.logCategory=flumotion.component.producers.looper.admin_gtk.LooperNode-class.html#logCategory,Variable flumotion.component.producers.pipeline.pipeline.Producer.logCategory=flumotion.component.producers.pipeline.pipeline.Producer-class.html#logCategory,Variable flumotion.component.producers.playlist.playlist.PlaylistProducer.logCategory=flumotion.component.producers.playlist.playlist.PlaylistProducer-class.html#logCategory,Variable flumotion.component.producers.playlist.playlistparser.Playlist.logCategory=flumotion.component.producers.playlist.playlistparser.Playlist-class.html#logCategory,Variable flumotion.component.producers.playlist.playlistparser.PlaylistParser.logCategory=flumotion.component.producers.playlist.playlistparser.PlaylistParser-class.html#logCategory,Variable flumotion.component.producers.playlist.playlistparser.PlaylistXMLParser.logCategory=flumotion.component.producers.playlist.playlistparser.PlaylistXMLParser-class.html#logCategory,Variable flumotion.extern.log.log.Loggable.logCategory=flumotion.extern.log.log.Loggable-class.html#logCategory,Variable flumotion.extern.log.log.TwistedLogObserver.logCategory=flumotion.extern.log.log.TwistedLogObserver-class.html#logCategory,Variable flumotion.extern.log.test_log.LogTester.logCategory=flumotion.extern.log.test_log.LogTester-class.html#logCategory,Variable flumotion.job.job.JobClientFactory.logCategory=flumotion.job.job.JobClientFactory-class.html#logCategory,Variable flumotion.job.job.JobMedium.logCategory=flumotion.job.job.JobMedium-class.html#logCategory,Variable flumotion.launch.main.ComponentWrapper.logCategory=flumotion.launch.main.ComponentWrapper-class.html#logCategory,Variable flumotion.manager.admin.AdminAvatar.logCategory=flumotion.manager.admin.AdminAvatar-class.html#logCategory,Variable flumotion.manager.admin.AdminHeaven.logCategory=flumotion.manager.admin.AdminHeaven-class.html#logCategory,Variable flumotion.manager.base.ManagerAvatar.logCategory=flumotion.manager.base.ManagerAvatar-class.html#logCategory,Variable flumotion.manager.component.ComponentAvatar.logCategory=flumotion.manager.component.ComponentAvatar-class.html#logCategory,Variable flumotion.manager.component.ComponentHeaven.logCategory=flumotion.manager.component.ComponentHeaven-class.html#logCategory,Variable flumotion.manager.config.ConfigEntryComponent.logCategory=flumotion.manager.config.ConfigEntryComponent-class.html#logCategory,Variable flumotion.manager.config.FlumotionConfigParser.logCategory=flumotion.manager.config.FlumotionConfigParser-class.html#logCategory,Variable flumotion.manager.config.ManagerConfigParser.logCategory=flumotion.manager.config.ManagerConfigParser-class.html#logCategory,Variable flumotion.manager.config.PlanetConfigParser.logCategory=flumotion.manager.config.PlanetConfigParser-class.html#logCategory,Variable flumotion.manager.manager.Dispatcher.logCategory=flumotion.manager.manager.Dispatcher-class.html#logCategory,Variable flumotion.manager.manager.Vishnu.logCategory=flumotion.manager.manager.Vishnu-class.html#logCategory,Variable flumotion.manager.worker.WorkerAvatar.logCategory=flumotion.manager.worker.WorkerAvatar-class.html#logCategory,Variable flumotion.manager.worker.WorkerHeaven.logCategory=flumotion.manager.worker.WorkerHeaven-class.html#logCategory,Variable flumotion.service.service.Servicer.logCategory=flumotion.service.service.Servicer-class.html#logCategory,Variable flumotion.twisted.checkers.CryptChecker.logCategory=flumotion.twisted.checkers.CryptChecker-class.html#logCategory,Variable flumotion.twisted.checkers.FlexibleCredentialsChecker.logCategory=flumotion.twisted.checkers.FlexibleCredentialsChecker-class.html#logCategory,Variable flumotion.twisted.checkers.Sha256Checker.logCategory=flumotion.twisted.checkers.Sha256Checker-class.html#logCategory,Variable flumotion.twisted.pb.Authenticator.logCategory=flumotion.twisted.pb.Authenticator-class.html#logCategory,Variable flumotion.twisted.pb.Avatar.logCategory=flumotion.twisted.pb.Avatar-class.html#logCategory,Variable flumotion.twisted.pb.FPBClientFactory.logCategory=flumotion.twisted.pb.FPBClientFactory-class.html#logCategory,Variable flumotion.twisted.pb.Referenceable.logCategory=flumotion.twisted.pb.Referenceable-class.html#logCategory,Variable flumotion.twisted.pb._BouncerWrapper.logCategory=flumotion.twisted.pb._BouncerWrapper-class.html#logCategory,Variable flumotion.twisted.portal.BouncerPortal.logCategory=flumotion.twisted.portal.BouncerPortal-class.html#logCategory,Variable flumotion.twisted.rtsp.RTSPRequest.logCategory=flumotion.twisted.rtsp.RTSPRequest-class.html#logCategory,Variable flumotion.twisted.rtsp.RTSPResource.logCategory=flumotion.twisted.rtsp.RTSPResource-class.html#logCategory,Variable flumotion.worker.base.BaseJobAvatar.logCategory=flumotion.worker.base.BaseJobAvatar-class.html#logCategory,Variable flumotion.worker.base.BaseJobHeaven.logCategory=flumotion.worker.base.BaseJobHeaven-class.html#logCategory,Variable flumotion.worker.config.WorkerConfigXML.logCategory=flumotion.worker.config.WorkerConfigXML-class.html#logCategory,Variable flumotion.worker.feedserver.FeedAvatar.logCategory=flumotion.worker.feedserver.FeedAvatar-class.html#logCategory,Variable flumotion.worker.feedserver.FeedServer.logCategory=flumotion.worker.feedserver.FeedServer-class.html#logCategory,Variable flumotion.worker.medium.WorkerClientFactory.logCategory=flumotion.worker.medium.WorkerClientFactory-class.html#logCategory,Variable flumotion.worker.medium.WorkerMedium.logCategory=flumotion.worker.medium.WorkerMedium-class.html#logCategory,Variable flumotion.worker.worker.ProxyBouncer.logCategory=flumotion.worker.worker.ProxyBouncer-class.html#logCategory,Variable flumotion.worker.worker.WorkerBrain.logCategory=flumotion.worker.worker.WorkerBrain-class.html#logCategory"><a title="flumotion.admin.admin.AdminModel.logCategory
flumotion.admin.config.AdminConfigParser.logCategory
flumotion.admin.gtk.adminwindow.AdminWindow.logCategory
flumotion.admin.gtk.componentlist.ComponentList.logCategory
flumotion.admin.gtk.componentview.ComponentView.logCategory
flumotion.admin.gtk.componentview.NotebookPlaceholder.logCategory
flumotion.admin.multi.MultiAdminModel.logCategory
flumotion.admin.rrdmon.config.ConfigParser.logCategory
flumotion.admin.text.admin_text.BaseAdminText.logCategory
flumotion.admin.text.greeter.AdminTextGreeter.logCategory
flumotion.admin.text.view.AdminTextView.logCategory
flumotion.common.eventcalendar.Calendar.logCategory
flumotion.common.i18n.Translator.logCategory
flumotion.common.medium.BaseMedium.logCategory
flumotion.common.package.Packager.logCategory
flumotion.common.registry.ComponentRegistry.logCategory
flumotion.common.server.Server.logCategory
flumotion.common.server._ServerContextFactory.logCategory
flumotion.common.testsuite.TestManagerRoot.logCategory
flumotion.common.testsuite.TestPB.logCategory
flumotion.component.base.admin_gtk.BaseAdminGtk.logCategory
flumotion.component.base.admin_text.BaseAdminText.logCategory
flumotion.component.base.baseadminnode.BaseAdminGtkNode.logCategory
flumotion.component.base.http.HTTPAuthentication.logCategory
flumotion.component.bouncers.bouncer.Bouncer.logCategory
flumotion.component.bouncers.bouncer.BouncerMedium.logCategory
flumotion.component.bouncers.component.Bouncer.logCategory
flumotion.component.bouncers.component.BouncerMedium.logCategory
flumotion.component.bouncers.htpasswdcrypt.HTPasswdCrypt.logCategory
flumotion.component.bouncers.icalbouncer.IcalBouncer.logCategory
flumotion.component.bouncers.ipbouncer.IPBouncer.logCategory
flumotion.component.bouncers.plug.BouncerPlug.logCategory
flumotion.component.bouncers.saltsha256.SaltSha256.logCategory
flumotion.component.bouncers.tokentest.TokenTestBase.logCategory
flumotion.component.combiners.composite.composite.Composite.logCategory
flumotion.component.combiners.switch.basicwatchdog.AVBasicWatchdog.logCategory
flumotion.component.combiners.switch.basicwatchdog.SingleBasicWatchdog.logCategory
flumotion.component.combiners.switch.patternswitch.PatternEventSwitcher.logCategory
flumotion.component.combiners.switch.switch.AVSwitch.logCategory
flumotion.component.combiners.switch.switch.ICalSwitchPlug.logCategory
flumotion.component.combiners.switch.switch.SingleSwitch.logCategory
flumotion.component.combiners.switch.switch.Switch.logCategory
flumotion.component.component.BaseComponent.logCategory
flumotion.component.component.BaseComponentMedium.logCategory
flumotion.component.component.ComponentClientFactory.logCategory
flumotion.component.consumers.httpstreamer.httpstreamer.MultifdSinkStreamer.logCategory
flumotion.component.consumers.httpstreamer.resources.HTTPRoot.logCategory
flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource.logCategory
flumotion.component.converters.pipeline.pipeline.Converter.logCategory
flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.logCategory
flumotion.component.effects.colorbalance.colorbalance.Colorbalance.logCategory
flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.logCategory
flumotion.component.effects.volume.volume.Volume.logCategory
flumotion.component.feed.FeedClientFactory.logCategory
flumotion.component.feed.FeedMedium.logCategory
flumotion.component.feedcomponent.Effect.logCategory
flumotion.component.feedcomponent.FeedComponentMedium.logCategory
flumotion.component.feedcomponent010.FeedComponent.logCategory
flumotion.component.misc.httpserver.cachedprovider.CachedFile.logCategory
flumotion.component.misc.httpserver.cachedprovider.CopySession.logCategory
flumotion.component.misc.httpserver.cachedprovider.CopyThread.logCategory
flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.logCategory
flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.logCategory
flumotion.component.misc.httpserver.cachedprovider.LocalPath.logCategory
flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.logCategory
flumotion.component.misc.httpserver.httpfile.File.logCategory
flumotion.component.misc.httpserver.httpfile.FileTransfer.logCategory
flumotion.component.misc.httpserver.httpfile.MimedFileFactory.logCategory
flumotion.component.misc.httpserver.localprovider.LocalFile.logCategory
flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer.logCategory
flumotion.component.misc.porter.porter.PorterProtocol.logCategory
flumotion.component.plugs.requestmodifier.RequestModifierForceDownloadPlug.logCategory
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.logCategory
flumotion.component.producers.looper.admin_gtk.LooperNode.logCategory
flumotion.component.producers.pipeline.pipeline.Producer.logCategory
flumotion.component.producers.playlist.playlist.PlaylistProducer.logCategory
flumotion.component.producers.playlist.playlistparser.Playlist.logCategory
flumotion.component.producers.playlist.playlistparser.PlaylistParser.logCategory
flumotion.component.producers.playlist.playlistparser.PlaylistXMLParser.logCategory
flumotion.extern.log.log.Loggable.logCategory
flumotion.extern.log.log.TwistedLogObserver.logCategory
flumotion.extern.log.test_log.LogTester.logCategory
flumotion.job.job.JobClientFactory.logCategory
flumotion.job.job.JobMedium.logCategory
flumotion.launch.main.ComponentWrapper.logCategory
flumotion.manager.admin.AdminAvatar.logCategory
flumotion.manager.admin.AdminHeaven.logCategory
flumotion.manager.base.ManagerAvatar.logCategory
flumotion.manager.component.ComponentAvatar.logCategory
flumotion.manager.component.ComponentHeaven.logCategory
flumotion.manager.config.ConfigEntryComponent.logCategory
flumotion.manager.config.FlumotionConfigParser.logCategory
flumotion.manager.config.ManagerConfigParser.logCategory
flumotion.manager.config.PlanetConfigParser.logCategory
flumotion.manager.manager.Dispatcher.logCategory
flumotion.manager.manager.Vishnu.logCategory
flumotion.manager.worker.WorkerAvatar.logCategory
flumotion.manager.worker.WorkerHeaven.logCategory
flumotion.service.service.Servicer.logCategory
flumotion.twisted.checkers.CryptChecker.logCategory
flumotion.twisted.checkers.FlexibleCredentialsChecker.logCategory
flumotion.twisted.checkers.Sha256Checker.logCategory
flumotion.twisted.pb.Authenticator.logCategory
flumotion.twisted.pb.Avatar.logCategory
flumotion.twisted.pb.FPBClientFactory.logCategory
flumotion.twisted.pb.Referenceable.logCategory
flumotion.twisted.pb._BouncerWrapper.logCategory
flumotion.twisted.portal.BouncerPortal.logCategory
flumotion.twisted.rtsp.RTSPRequest.logCategory
flumotion.twisted.rtsp.RTSPResource.logCategory
flumotion.worker.base.BaseJobAvatar.logCategory
flumotion.worker.base.BaseJobHeaven.logCategory
flumotion.worker.config.WorkerConfigXML.logCategory
flumotion.worker.feedserver.FeedAvatar.logCategory
flumotion.worker.feedserver.FeedServer.logCategory
flumotion.worker.medium.WorkerClientFactory.logCategory
flumotion.worker.medium.WorkerMedium.logCategory
flumotion.worker.worker.ProxyBouncer.logCategory
flumotion.worker.worker.WorkerBrain.logCategory" class="py-name" href="#" onclick="return doclink('link-13', 'logCategory', 'link-13');">logCategory</a></tt> <tt class="py-op">=</tt> <tt class="py-string">'audiotest'</tt> </tt>
<a name="L33"></a><tt class="py-lineno"> 33</tt>  <tt class="py-line">    <tt id="link-14" class="py-name" targets="Variable flumotion.admin.gtk.basesteps.AudioEncoderStep.gladeFile=flumotion.admin.gtk.basesteps.AudioEncoderStep-class.html#gladeFile,Variable flumotion.admin.gtk.configurationassistant.ScenarioStep.gladeFile=flumotion.admin.gtk.configurationassistant.ScenarioStep-class.html#gladeFile,Variable flumotion.admin.gtk.configurationassistant.WelcomeStep.gladeFile=flumotion.admin.gtk.configurationassistant.WelcomeStep-class.html#gladeFile,Variable flumotion.admin.gtk.connections.Authenticate.gladeFile=flumotion.admin.gtk.connections.Authenticate-class.html#gladeFile,Variable flumotion.admin.gtk.connections.Connections.gladeFile=flumotion.admin.gtk.connections.Connections-class.html#gladeFile,Variable flumotion.admin.gtk.connections.ConnectionsDialog.gladeFile=flumotion.admin.gtk.connections.ConnectionsDialog-class.html#gladeFile,Variable flumotion.admin.gtk.connections.OpenConnection.gladeFile=flumotion.admin.gtk.connections.OpenConnection-class.html#gladeFile,Variable flumotion.admin.gtk.debugmarkerview.DebugMarkerDialog.gladeFile=flumotion.admin.gtk.debugmarkerview.DebugMarkerDialog-class.html#gladeFile,Variable flumotion.admin.gtk.overlaystep.OverlayStep.gladeFile=flumotion.admin.gtk.overlaystep.OverlayStep-class.html#gladeFile,Variable flumotion.component.base.baseadminnode.BaseAdminGtkNode.gladeFile=flumotion.component.base.baseadminnode.BaseAdminGtkNode-class.html#gladeFile,Variable flumotion.component.base.componentnode.ComponentAdminGtkNode.gladeFile=flumotion.component.base.componentnode.ComponentAdminGtkNode-class.html#gladeFile,Variable flumotion.component.base.eatersnode.EatersAdminGtkNode.gladeFile=flumotion.component.base.eatersnode.EatersAdminGtkNode-class.html#gladeFile,Variable flumotion.component.base.feedersnode.FeedersAdminGtkNode.gladeFile=flumotion.component.base.feedersnode.FeedersAdminGtkNode-class.html#gladeFile,Variable flumotion.component.base.propertiesnode.PropertiesAdminGtkNode.gladeFile=flumotion.component.base.propertiesnode.PropertiesAdminGtkNode-class.html#gladeFile,Variable flumotion.component.consumers.disker.admin_gtk.FilenameNode.gladeFile=flumotion.component.consumers.disker.admin_gtk.FilenameNode-class.html#gladeFile,Variable flumotion.component.consumers.httpstreamer.admin_gtk.StatisticsAdminGtkNode.gladeFile=flumotion.component.consumers.httpstreamer.admin_gtk.StatisticsAdminGtkNode-class.html#gladeFile,Variable flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.gladeFile=flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode-class.html#gladeFile,Variable flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.gladeFile=flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode-class.html#gladeFile,Variable flumotion.component.encoders.dirac.wizard_gtk.DiracStep.gladeFile=flumotion.component.encoders.dirac.wizard_gtk.DiracStep-class.html#gladeFile,Variable flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.gladeFile=flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep-class.html#gladeFile,Variable flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.gladeFile=flumotion.component.encoders.mulaw.wizard_gtk.MulawStep-class.html#gladeFile,Variable flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.gladeFile=flumotion.component.encoders.smoke.wizard_gtk.SmokeStep-class.html#gladeFile,Variable flumotion.component.encoders.theora.wizard_gtk.TheoraStep.gladeFile=flumotion.component.encoders.theora.wizard_gtk.TheoraStep-class.html#gladeFile,Variable flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.gladeFile=flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep-class.html#gladeFile,Variable flumotion.component.misc.httpserver.admin_gtk.CacheStatsAdminGtkNode.gladeFile=flumotion.component.misc.httpserver.admin_gtk.CacheStatsAdminGtkNode-class.html#gladeFile,Variable flumotion.component.misc.httpserver.admin_gtk.ServerStatsAdminGtkNode.gladeFile=flumotion.component.misc.httpserver.admin_gtk.ServerStatsAdminGtkNode-class.html#gladeFile,Variable flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.gladeFile=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#gladeFile,Variable flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.gladeFile=flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep-class.html#gladeFile,Variable flumotion.component.producers.bttv.wizard_gtk.TVCardStep.gladeFile=flumotion.component.producers.bttv.wizard_gtk.TVCardStep-class.html#gladeFile,Variable flumotion.component.producers.firewire.wizard_gtk._FireWireCommon.gladeFile=flumotion.component.producers.firewire.wizard_gtk._FireWireCommon-class.html#gladeFile,Variable flumotion.component.producers.looper.admin_gtk.FileInfo.gladeFile=flumotion.component.producers.looper.admin_gtk.FileInfo-class.html#gladeFile,Variable flumotion.component.producers.looper.admin_gtk.LooperNode.gladeFile=flumotion.component.producers.looper.admin_gtk.LooperNode-class.html#gladeFile,Variable flumotion.component.producers.looper.wizard_gtk._LoopCommon.gladeFile=flumotion.component.producers.looper.wizard_gtk._LoopCommon-class.html#gladeFile,Variable flumotion.component.producers.playlist.admin_gtk.PlaylistAdminGtkNode.gladeFile=flumotion.component.producers.playlist.admin_gtk.PlaylistAdminGtkNode-class.html#gladeFile,Variable flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.gladeFile=flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep-class.html#gladeFile,Variable flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.gladeFile=flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep-class.html#gladeFile,Variable flumotion.component.producers.webcam.wizard_gtk.WebcamStep.gladeFile=flumotion.component.producers.webcam.wizard_gtk.WebcamStep-class.html#gladeFile"><a title="flumotion.admin.gtk.basesteps.AudioEncoderStep.gladeFile
flumotion.admin.gtk.configurationassistant.ScenarioStep.gladeFile
flumotion.admin.gtk.configurationassistant.WelcomeStep.gladeFile
flumotion.admin.gtk.connections.Authenticate.gladeFile
flumotion.admin.gtk.connections.Connections.gladeFile
flumotion.admin.gtk.connections.ConnectionsDialog.gladeFile
flumotion.admin.gtk.connections.OpenConnection.gladeFile
flumotion.admin.gtk.debugmarkerview.DebugMarkerDialog.gladeFile
flumotion.admin.gtk.overlaystep.OverlayStep.gladeFile
flumotion.component.base.baseadminnode.BaseAdminGtkNode.gladeFile
flumotion.component.base.componentnode.ComponentAdminGtkNode.gladeFile
flumotion.component.base.eatersnode.EatersAdminGtkNode.gladeFile
flumotion.component.base.feedersnode.FeedersAdminGtkNode.gladeFile
flumotion.component.base.propertiesnode.PropertiesAdminGtkNode.gladeFile
flumotion.component.consumers.disker.admin_gtk.FilenameNode.gladeFile
flumotion.component.consumers.httpstreamer.admin_gtk.StatisticsAdminGtkNode.gladeFile
flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.gladeFile
flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.gladeFile
flumotion.component.encoders.dirac.wizard_gtk.DiracStep.gladeFile
flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.gladeFile
flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.gladeFile
flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.gladeFile
flumotion.component.encoders.theora.wizard_gtk.TheoraStep.gladeFile
flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.gladeFile
flumotion.component.misc.httpserver.admin_gtk.CacheStatsAdminGtkNode.gladeFile
flumotion.component.misc.httpserver.admin_gtk.ServerStatsAdminGtkNode.gladeFile
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.gladeFile
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.gladeFile
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.gladeFile
flumotion.component.producers.firewire.wizard_gtk._FireWireCommon.gladeFile
flumotion.component.producers.looper.admin_gtk.FileInfo.gladeFile
flumotion.component.producers.looper.admin_gtk.LooperNode.gladeFile
flumotion.component.producers.looper.wizard_gtk._LoopCommon.gladeFile
flumotion.component.producers.playlist.admin_gtk.PlaylistAdminGtkNode.gladeFile
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.gladeFile
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.gladeFile
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.gladeFile" class="py-name" href="#" onclick="return doclink('link-14', 'gladeFile', 'link-14');">gladeFile</a></tt> <tt class="py-op">=</tt> <tt class="py-string">'flumotion/component/producers/audiotest/audiotest.glade'</tt> </tt>
<a name="L34"></a><tt class="py-lineno"> 34</tt>  <tt class="py-line">    <tt id="link-15" class="py-name" targets="Variable flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.uiStateHandlers=flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode-class.html#uiStateHandlers,Variable flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.uiStateHandlers=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#uiStateHandlers,Variable flumotion.component.producers.looper.admin_gtk.LooperNode.uiStateHandlers=flumotion.component.producers.looper.admin_gtk.LooperNode-class.html#uiStateHandlers,Variable flumotion.component.producers.videotest.admin_gtk.PatternNode.uiStateHandlers=flumotion.component.producers.videotest.admin_gtk.PatternNode-class.html#uiStateHandlers"><a title="flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.uiStateHandlers
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.uiStateHandlers
flumotion.component.producers.looper.admin_gtk.LooperNode.uiStateHandlers
flumotion.component.producers.videotest.admin_gtk.PatternNode.uiStateHandlers" class="py-name" href="#" onclick="return doclink('link-15', 'uiStateHandlers', 'link-15');">uiStateHandlers</a></tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L35"></a><tt class="py-lineno"> 35</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode.haveWidgetTree"></a><div id="AudioTestAdminGtkNode.haveWidgetTree-def"><a name="L36"></a><tt class="py-lineno"> 36</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode.haveWidgetTree-toggle" onclick="return toggle('AudioTestAdminGtkNode.haveWidgetTree');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#haveWidgetTree">haveWidgetTree</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode.haveWidgetTree-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtkNode.haveWidgetTree-expanded"><a name="L37"></a><tt class="py-lineno"> 37</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">widget</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">wtree</tt><tt class="py-op">.</tt><tt class="py-name">get_widget</tt><tt class="py-op">(</tt><tt class="py-string">'widget-audiotest'</tt><tt class="py-op">)</tt> </tt>
<a name="L38"></a><tt class="py-lineno"> 38</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">wtree</tt><tt class="py-op">.</tt><tt class="py-name">get_widget</tt><tt class="py-op">(</tt><tt class="py-string">'scale-frequency'</tt><tt class="py-op">)</tt> </tt>
<a name="L39"></a><tt class="py-lineno"> 39</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">wtree</tt><tt class="py-op">.</tt><tt class="py-name">get_widget</tt><tt class="py-op">(</tt><tt class="py-string">'spinbutton-frequency'</tt><tt class="py-op">)</tt> </tt>
<a name="L40"></a><tt class="py-lineno"> 40</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-16" class="py-name" targets="Variable flumotion.admin.gtk.workerlist.WorkerList._combobox=flumotion.admin.gtk.workerlist.WorkerList-class.html#_combobox"><a title="flumotion.admin.gtk.workerlist.WorkerList._combobox" class="py-name" href="#" onclick="return doclink('link-16', '_combobox', 'link-16');">_combobox</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">wtree</tt><tt class="py-op">.</tt><tt class="py-name">get_widget</tt><tt class="py-op">(</tt><tt class="py-string">'combobox-wave'</tt><tt class="py-op">)</tt> </tt>
<a name="L41"></a><tt class="py-lineno"> 41</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-17" class="py-name"><a title="flumotion.admin.gtk.workerlist.WorkerList._combobox" class="py-name" href="#" onclick="return doclink('link-17', '_combobox', 'link-16');">_combobox</a></tt><tt class="py-op">.</tt><tt class="py-name">prefill</tt><tt class="py-op">(</tt><tt class="py-op">[</tt><tt class="py-string">'Sine'</tt><tt class="py-op">,</tt> <tt class="py-string">'Square'</tt><tt class="py-op">,</tt> <tt class="py-string">'Saw'</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> </tt>
<a name="L42"></a><tt class="py-lineno"> 42</tt>  <tt class="py-line"> </tt>
<a name="L43"></a><tt class="py-lineno"> 43</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale_change_id</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale</tt><tt class="py-op">.</tt><tt id="link-18" class="py-name" targets="Method flumotion.admin.command.main.Command.connect()=flumotion.admin.command.main.Command-class.html#connect,Method flumotion.common.signals.SignalMixin.connect()=flumotion.common.signals.SignalMixin-class.html#connect,Method flumotion.component.producers.icecast.icecast.Icecast.connect()=flumotion.component.producers.icecast.icecast.Icecast-class.html#connect"><a title="flumotion.admin.command.main.Command.connect
flumotion.common.signals.SignalMixin.connect
flumotion.component.producers.icecast.icecast.Icecast.connect" class="py-name" href="#" onclick="return doclink('link-18', 'connect', 'link-18');">connect</a></tt><tt class="py-op">(</tt><tt class="py-string">'value-changed'</tt><tt class="py-op">,</tt> </tt>
<a name="L44"></a><tt class="py-lineno"> 44</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-19" class="py-name" targets="Method flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.frequency_changed_cb()=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#frequency_changed_cb"><a title="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.frequency_changed_cb" class="py-name" href="#" onclick="return doclink('link-19', 'frequency_changed_cb', 'link-19');">frequency_changed_cb</a></tt><tt class="py-op">)</tt> </tt>
<a name="L45"></a><tt class="py-lineno"> 45</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton_change_id</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton</tt><tt class="py-op">.</tt><tt id="link-20" class="py-name"><a title="flumotion.admin.command.main.Command.connect
flumotion.common.signals.SignalMixin.connect
flumotion.component.producers.icecast.icecast.Icecast.connect" class="py-name" href="#" onclick="return doclink('link-20', 'connect', 'link-18');">connect</a></tt><tt class="py-op">(</tt><tt class="py-string">'value-changed'</tt><tt class="py-op">,</tt> </tt>
<a name="L46"></a><tt class="py-lineno"> 46</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-21" class="py-name"><a title="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.frequency_changed_cb" class="py-name" href="#" onclick="return doclink('link-21', 'frequency_changed_cb', 'link-19');">frequency_changed_cb</a></tt><tt class="py-op">)</tt> </tt>
<a name="L47"></a><tt class="py-lineno"> 47</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_combobox_change_id</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-22" class="py-name"><a title="flumotion.admin.gtk.workerlist.WorkerList._combobox" class="py-name" href="#" onclick="return doclink('link-22', '_combobox', 'link-16');">_combobox</a></tt><tt class="py-op">.</tt><tt id="link-23" class="py-name"><a title="flumotion.admin.command.main.Command.connect
flumotion.common.signals.SignalMixin.connect
flumotion.component.producers.icecast.icecast.Icecast.connect" class="py-name" href="#" onclick="return doclink('link-23', 'connect', 'link-18');">connect</a></tt><tt class="py-op">(</tt><tt class="py-string">'changed'</tt><tt class="py-op">,</tt> </tt>
<a name="L48"></a><tt class="py-lineno"> 48</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-24" class="py-name" targets="Method flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.wave_changed_cb()=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#wave_changed_cb"><a title="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.wave_changed_cb" class="py-name" href="#" onclick="return doclink('link-24', 'wave_changed_cb', 'link-24');">wave_changed_cb</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L49"></a><tt class="py-lineno"> 49</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode.setUIState"></a><div id="AudioTestAdminGtkNode.setUIState-def"><a name="L50"></a><tt class="py-lineno"> 50</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode.setUIState-toggle" onclick="return toggle('AudioTestAdminGtkNode.setUIState');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#setUIState">setUIState</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">state</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode.setUIState-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtkNode.setUIState-expanded"><a name="L51"></a><tt class="py-lineno"> 51</tt>  <tt class="py-line">        <tt id="link-25" class="py-name"><a title="flumotion.component.base.baseadminnode.BaseAdminGtkNode" class="py-name" href="#" onclick="return doclink('link-25', 'BaseAdminGtkNode', 'link-7');">BaseAdminGtkNode</a></tt><tt class="py-op">.</tt><tt id="link-26" class="py-name" targets="Method flumotion.component.base.admin_gtk.BaseAdminGtk.setUIState()=flumotion.component.base.admin_gtk.BaseAdminGtk-class.html#setUIState,Method flumotion.component.base.baseadminnode.BaseAdminGtkNode.setUIState()=flumotion.component.base.baseadminnode.BaseAdminGtkNode-class.html#setUIState,Method flumotion.component.base.componentnode.ComponentAdminGtkNode.setUIState()=flumotion.component.base.componentnode.ComponentAdminGtkNode-class.html#setUIState,Method flumotion.component.base.eatersnode.EatersAdminGtkNode.setUIState()=flumotion.component.base.eatersnode.EatersAdminGtkNode-class.html#setUIState,Method flumotion.component.base.feedersnode.FeedersAdminGtkNode.setUIState()=flumotion.component.base.feedersnode.FeedersAdminGtkNode-class.html#setUIState,Method flumotion.component.combiners.switch.admin_gtk.SwitchingNode.setUIState()=flumotion.component.combiners.switch.admin_gtk.SwitchingNode-class.html#setUIState,Method flumotion.component.consumers.disker.admin_gtk.FilenameNode.setUIState()=flumotion.component.consumers.disker.admin_gtk.FilenameNode-class.html#setUIState,Method flumotion.component.consumers.disker.admin_gtk.PointList.setUIState()=flumotion.component.consumers.disker.admin_gtk.PointList-class.html#setUIState,Method flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.setUIState()=flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode-class.html#setUIState,Method flumotion.component.effects.colorbalance.colorbalance.Colorbalance.setUIState()=flumotion.component.effects.colorbalance.colorbalance.Colorbalance-class.html#setUIState,Method flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.setUIState()=flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode-class.html#setUIState,Method flumotion.component.effects.volume.volume.Volume.setUIState()=flumotion.component.effects.volume.volume.Volume-class.html#setUIState,Method flumotion.component.feedcomponent.Effect.setUIState()=flumotion.component.feedcomponent.Effect-class.html#setUIState,Method flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.setUIState()=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#setUIState,Method flumotion.component.producers.looper.admin_gtk.LooperNode.setUIState()=flumotion.component.producers.looper.admin_gtk.LooperNode-class.html#setUIState,Method flumotion.component.producers.videotest.admin_gtk.PatternNode.setUIState()=flumotion.component.producers.videotest.admin_gtk.PatternNode-class.html#setUIState"><a title="flumotion.component.base.admin_gtk.BaseAdminGtk.setUIState
flumotion.component.base.baseadminnode.BaseAdminGtkNode.setUIState
flumotion.component.base.componentnode.ComponentAdminGtkNode.setUIState
flumotion.component.base.eatersnode.EatersAdminGtkNode.setUIState
flumotion.component.base.feedersnode.FeedersAdminGtkNode.setUIState
flumotion.component.combiners.switch.admin_gtk.SwitchingNode.setUIState
flumotion.component.consumers.disker.admin_gtk.FilenameNode.setUIState
flumotion.component.consumers.disker.admin_gtk.PointList.setUIState
flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.setUIState
flumotion.component.effects.colorbalance.colorbalance.Colorbalance.setUIState
flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.setUIState
flumotion.component.effects.volume.volume.Volume.setUIState
flumotion.component.feedcomponent.Effect.setUIState
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.setUIState
flumotion.component.producers.looper.admin_gtk.LooperNode.setUIState
flumotion.component.producers.videotest.admin_gtk.PatternNode.setUIState" class="py-name" href="#" onclick="return doclink('link-26', 'setUIState', 'link-26');">setUIState</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> <tt id="link-27" class="py-name" targets="Variable flumotion.admin.text.admin_text.BaseAdminText.state=flumotion.admin.text.admin_text.BaseAdminText-class.html#state,Variable flumotion.component.base.admin_text.BaseAdminText.state=flumotion.component.base.admin_text.BaseAdminText-class.html#state"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-27', 'state', 'link-27');">state</a></tt><tt class="py-op">)</tt> </tt>
<a name="L52"></a><tt class="py-lineno"> 52</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-28" class="py-name"><a title="flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.uiStateHandlers
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.uiStateHandlers
flumotion.component.producers.looper.admin_gtk.LooperNode.uiStateHandlers
flumotion.component.producers.videotest.admin_gtk.PatternNode.uiStateHandlers" class="py-name" href="#" onclick="return doclink('link-28', 'uiStateHandlers', 'link-15');">uiStateHandlers</a></tt><tt class="py-op">:</tt> </tt>
<a name="L53"></a><tt class="py-lineno"> 53</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-29" class="py-name"><a title="flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.uiStateHandlers
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.uiStateHandlers
flumotion.component.producers.looper.admin_gtk.LooperNode.uiStateHandlers
flumotion.component.producers.videotest.admin_gtk.PatternNode.uiStateHandlers" class="py-name" href="#" onclick="return doclink('link-29', 'uiStateHandlers', 'link-15');">uiStateHandlers</a></tt> <tt class="py-op">=</tt> <tt class="py-op">{</tt><tt class="py-string">'wave'</tt><tt class="py-op">:</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-30" class="py-name" targets="Method flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.waveSet()=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#waveSet"><a title="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.waveSet" class="py-name" href="#" onclick="return doclink('link-30', 'waveSet', 'link-30');">waveSet</a></tt><tt class="py-op">,</tt> </tt>
<a name="L54"></a><tt class="py-lineno"> 54</tt>  <tt class="py-line">                                    <tt class="py-string">'frequency'</tt><tt class="py-op">:</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-31" class="py-name" targets="Method flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.frequencySet()=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#frequencySet"><a title="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.frequencySet" class="py-name" href="#" onclick="return doclink('link-31', 'frequencySet', 'link-31');">frequencySet</a></tt><tt class="py-op">,</tt> </tt>
<a name="L55"></a><tt class="py-lineno"> 55</tt>  <tt class="py-line">                                    <tt class="py-string">'samplerate'</tt><tt class="py-op">:</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-32" class="py-name" targets="Method flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.samplerateSet()=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#samplerateSet"><a title="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.samplerateSet" class="py-name" href="#" onclick="return doclink('link-32', 'samplerateSet', 'link-32');">samplerateSet</a></tt><tt class="py-op">}</tt> </tt>
<a name="L56"></a><tt class="py-lineno"> 56</tt>  <tt class="py-line">        <tt class="py-keyword">for</tt> <tt class="py-name">k</tt><tt class="py-op">,</tt> <tt id="link-33" class="py-name" targets="Method flumotion.extern.log.test_log.TestLog.handler()=flumotion.extern.log.test_log.TestLog-class.html#handler,Method flumotion.extern.log.test_log.TestOwnLogHandler.handler()=flumotion.extern.log.test_log.TestOwnLogHandler-class.html#handler,Method flumotion.extern.log.test_log.TestWriteMark.handler()=flumotion.extern.log.test_log.TestWriteMark-class.html#handler"><a title="flumotion.extern.log.test_log.TestLog.handler
flumotion.extern.log.test_log.TestOwnLogHandler.handler
flumotion.extern.log.test_log.TestWriteMark.handler" class="py-name" href="#" onclick="return doclink('link-33', 'handler', 'link-33');">handler</a></tt> <tt class="py-keyword">in</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-34" class="py-name"><a title="flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.uiStateHandlers
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.uiStateHandlers
flumotion.component.producers.looper.admin_gtk.LooperNode.uiStateHandlers
flumotion.component.producers.videotest.admin_gtk.PatternNode.uiStateHandlers" class="py-name" href="#" onclick="return doclink('link-34', 'uiStateHandlers', 'link-15');">uiStateHandlers</a></tt><tt class="py-op">.</tt><tt class="py-name">items</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L57"></a><tt class="py-lineno"> 57</tt>  <tt class="py-line">            <tt id="link-35" class="py-name"><a title="flumotion.extern.log.test_log.TestLog.handler
flumotion.extern.log.test_log.TestOwnLogHandler.handler
flumotion.extern.log.test_log.TestWriteMark.handler" class="py-name" href="#" onclick="return doclink('link-35', 'handler', 'link-33');">handler</a></tt><tt class="py-op">(</tt><tt id="link-36" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-36', 'state', 'link-27');">state</a></tt><tt class="py-op">.</tt><tt id="link-37" class="py-name" targets="Class Method flumotion.common.enum.Enum.get()=flumotion.common.enum.Enum-class.html#get,Function flumotion.configure.installed.get()=flumotion.configure.installed-module.html#get,Function flumotion.configure.uninstalled.get()=flumotion.configure.uninstalled-module.html#get,Function flumotion.project.project.get()=flumotion.project.project-module.html#get,Method flumotion.twisted.flavors.StateCacheable.get()=flumotion.twisted.flavors.StateCacheable-class.html#get,Method flumotion.twisted.flavors.StateRemoteCache.get()=flumotion.twisted.flavors.StateRemoteCache-class.html#get"><a title="flumotion.common.enum.Enum.get
flumotion.configure.installed.get
flumotion.configure.uninstalled.get
flumotion.project.project.get
flumotion.twisted.flavors.StateCacheable.get
flumotion.twisted.flavors.StateRemoteCache.get" class="py-name" href="#" onclick="return doclink('link-37', 'get', 'link-37');">get</a></tt><tt class="py-op">(</tt><tt class="py-name">k</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
</div><a name="L58"></a><tt class="py-lineno"> 58</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode.frequency_changed_cb"></a><div id="AudioTestAdminGtkNode.frequency_changed_cb-def"><a name="L59"></a><tt class="py-lineno"> 59</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode.frequency_changed_cb-toggle" onclick="return toggle('AudioTestAdminGtkNode.frequency_changed_cb');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#frequency_changed_cb">frequency_changed_cb</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">widget</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode.frequency_changed_cb-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtkNode.frequency_changed_cb-expanded"><a name="L60"></a><tt class="py-lineno"> 60</tt>  <tt class="py-line">        <tt class="py-name">value</tt> <tt class="py-op">=</tt> <tt class="py-name">widget</tt><tt class="py-op">.</tt><tt class="py-name">get_value</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L61"></a><tt class="py-lineno"> 61</tt>  <tt class="py-line">        <tt class="py-name">d</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-38" class="py-name" targets="Method flumotion.admin.text.admin_text.BaseAdminText.callRemote()=flumotion.admin.text.admin_text.BaseAdminText-class.html#callRemote,Method flumotion.common.interfaces.IMedium.callRemote()=flumotion.common.interfaces.IMedium-class.html#callRemote,Method flumotion.common.medium.BaseMedium.callRemote()=flumotion.common.medium.BaseMedium-class.html#callRemote,Method flumotion.component.base.admin_gtk.BaseAdminGtk.callRemote()=flumotion.component.base.admin_gtk.BaseAdminGtk-class.html#callRemote,Method flumotion.component.base.admin_text.BaseAdminText.callRemote()=flumotion.component.base.admin_text.BaseAdminText-class.html#callRemote,Method flumotion.component.base.baseadminnode.BaseAdminGtkNode.callRemote()=flumotion.component.base.baseadminnode.BaseAdminGtkNode-class.html#callRemote,Method flumotion.component.feed.FeedMedium.callRemote()=flumotion.component.feed.FeedMedium-class.html#callRemote,Method flumotion.worker.worker.WorkerBrain.callRemote()=flumotion.worker.worker.WorkerBrain-class.html#callRemote"><a title="flumotion.admin.text.admin_text.BaseAdminText.callRemote
flumotion.common.interfaces.IMedium.callRemote
flumotion.common.medium.BaseMedium.callRemote
flumotion.component.base.admin_gtk.BaseAdminGtk.callRemote
flumotion.component.base.admin_text.BaseAdminText.callRemote
flumotion.component.base.baseadminnode.BaseAdminGtkNode.callRemote
flumotion.component.feed.FeedMedium.callRemote
flumotion.worker.worker.WorkerBrain.callRemote" class="py-name" href="#" onclick="return doclink('link-38', 'callRemote', 'link-38');">callRemote</a></tt><tt class="py-op">(</tt><tt class="py-string">"setFrequency"</tt><tt class="py-op">,</tt> <tt class="py-name">value</tt><tt class="py-op">)</tt> </tt>
<a name="L62"></a><tt class="py-lineno"> 62</tt>  <tt class="py-line">        <tt class="py-name">d</tt><tt class="py-op">.</tt><tt class="py-name">addErrback</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-39" class="py-name" targets="Method flumotion.extern.log.log.Loggable.warningFailure()=flumotion.extern.log.log.Loggable-class.html#warningFailure,Function flumotion.extern.log.log.warningFailure()=flumotion.extern.log.log-module.html#warningFailure"><a title="flumotion.extern.log.log.Loggable.warningFailure
flumotion.extern.log.log.warningFailure" class="py-name" href="#" onclick="return doclink('link-39', 'warningFailure', 'link-39');">warningFailure</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L63"></a><tt class="py-lineno"> 63</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode.stateSet"></a><div id="AudioTestAdminGtkNode.stateSet-def"><a name="L64"></a><tt class="py-lineno"> 64</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode.stateSet-toggle" onclick="return toggle('AudioTestAdminGtkNode.stateSet');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#stateSet">stateSet</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">state</tt><tt class="py-op">,</tt> <tt class="py-param">key</tt><tt class="py-op">,</tt> <tt class="py-param">value</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode.stateSet-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtkNode.stateSet-expanded"><a name="L65"></a><tt class="py-lineno"> 65</tt>  <tt class="py-line">        <tt id="link-40" class="py-name"><a title="flumotion.extern.log.test_log.TestLog.handler
flumotion.extern.log.test_log.TestOwnLogHandler.handler
flumotion.extern.log.test_log.TestWriteMark.handler" class="py-name" href="#" onclick="return doclink('link-40', 'handler', 'link-33');">handler</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-41" class="py-name"><a title="flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.uiStateHandlers
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.uiStateHandlers
flumotion.component.producers.looper.admin_gtk.LooperNode.uiStateHandlers
flumotion.component.producers.videotest.admin_gtk.PatternNode.uiStateHandlers" class="py-name" href="#" onclick="return doclink('link-41', 'uiStateHandlers', 'link-15');">uiStateHandlers</a></tt><tt class="py-op">.</tt><tt id="link-42" class="py-name"><a title="flumotion.common.enum.Enum.get
flumotion.configure.installed.get
flumotion.configure.uninstalled.get
flumotion.project.project.get
flumotion.twisted.flavors.StateCacheable.get
flumotion.twisted.flavors.StateRemoteCache.get" class="py-name" href="#" onclick="return doclink('link-42', 'get', 'link-37');">get</a></tt><tt class="py-op">(</tt><tt class="py-name">key</tt><tt class="py-op">,</tt> <tt class="py-name">None</tt><tt class="py-op">)</tt> </tt>
<a name="L66"></a><tt class="py-lineno"> 66</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt id="link-43" class="py-name"><a title="flumotion.extern.log.test_log.TestLog.handler
flumotion.extern.log.test_log.TestOwnLogHandler.handler
flumotion.extern.log.test_log.TestWriteMark.handler" class="py-name" href="#" onclick="return doclink('link-43', 'handler', 'link-33');">handler</a></tt><tt class="py-op">:</tt> </tt>
<a name="L67"></a><tt class="py-lineno"> 67</tt>  <tt class="py-line">            <tt id="link-44" class="py-name"><a title="flumotion.extern.log.test_log.TestLog.handler
flumotion.extern.log.test_log.TestOwnLogHandler.handler
flumotion.extern.log.test_log.TestWriteMark.handler" class="py-name" href="#" onclick="return doclink('link-44', 'handler', 'link-33');">handler</a></tt><tt class="py-op">(</tt><tt class="py-name">value</tt><tt class="py-op">)</tt> </tt>
</div><a name="L68"></a><tt class="py-lineno"> 68</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode.wave_changed_cb"></a><div id="AudioTestAdminGtkNode.wave_changed_cb-def"><a name="L69"></a><tt class="py-lineno"> 69</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode.wave_changed_cb-toggle" onclick="return toggle('AudioTestAdminGtkNode.wave_changed_cb');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#wave_changed_cb">wave_changed_cb</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">widget</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode.wave_changed_cb-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtkNode.wave_changed_cb-expanded"><a name="L70"></a><tt class="py-lineno"> 70</tt>  <tt class="py-line">        <tt class="py-name">waveName</tt> <tt class="py-op">=</tt> <tt class="py-name">widget</tt><tt class="py-op">.</tt><tt class="py-name">get_active</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L71"></a><tt class="py-lineno"> 71</tt>  <tt class="py-line">        <tt class="py-name">d</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-45" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.callRemote
flumotion.common.interfaces.IMedium.callRemote
flumotion.common.medium.BaseMedium.callRemote
flumotion.component.base.admin_gtk.BaseAdminGtk.callRemote
flumotion.component.base.admin_text.BaseAdminText.callRemote
flumotion.component.base.baseadminnode.BaseAdminGtkNode.callRemote
flumotion.component.feed.FeedMedium.callRemote
flumotion.worker.worker.WorkerBrain.callRemote" class="py-name" href="#" onclick="return doclink('link-45', 'callRemote', 'link-38');">callRemote</a></tt><tt class="py-op">(</tt><tt class="py-string">"setWave"</tt><tt class="py-op">,</tt> <tt class="py-name">waveName</tt><tt class="py-op">)</tt> </tt>
<a name="L72"></a><tt class="py-lineno"> 72</tt>  <tt class="py-line">        <tt class="py-name">d</tt><tt class="py-op">.</tt><tt class="py-name">addErrback</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-46" class="py-name"><a title="flumotion.extern.log.log.Loggable.warningFailure
flumotion.extern.log.log.warningFailure" class="py-name" href="#" onclick="return doclink('link-46', 'warningFailure', 'link-39');">warningFailure</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L73"></a><tt class="py-lineno"> 73</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode.samplerateSet"></a><div id="AudioTestAdminGtkNode.samplerateSet-def"><a name="L74"></a><tt class="py-lineno"> 74</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode.samplerateSet-toggle" onclick="return toggle('AudioTestAdminGtkNode.samplerateSet');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#samplerateSet">samplerateSet</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">samplerate</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode.samplerateSet-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtkNode.samplerateSet-expanded"><a name="L75"></a><tt class="py-lineno"> 75</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale</tt><tt class="py-op">.</tt><tt class="py-name">set_range</tt><tt class="py-op">(</tt><tt class="py-number">1</tt><tt class="py-op">,</tt> <tt class="py-name">samplerate</tt><tt class="py-op">)</tt> </tt>
<a name="L76"></a><tt class="py-lineno"> 76</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton</tt><tt class="py-op">.</tt><tt class="py-name">set_range</tt><tt class="py-op">(</tt><tt class="py-number">1</tt><tt class="py-op">,</tt> <tt class="py-name">samplerate</tt><tt class="py-op">)</tt> </tt>
</div><a name="L77"></a><tt class="py-lineno"> 77</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode.frequencySet"></a><div id="AudioTestAdminGtkNode.frequencySet-def"><a name="L78"></a><tt class="py-lineno"> 78</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode.frequencySet-toggle" onclick="return toggle('AudioTestAdminGtkNode.frequencySet');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#frequencySet">frequencySet</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">value</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode.frequencySet-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtkNode.frequencySet-expanded"><a name="L79"></a><tt class="py-lineno"> 79</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale</tt><tt class="py-op">.</tt><tt class="py-name">handler_block</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale_change_id</tt><tt class="py-op">)</tt> </tt>
<a name="L80"></a><tt class="py-lineno"> 80</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale</tt><tt class="py-op">.</tt><tt class="py-name">set_value</tt><tt class="py-op">(</tt><tt class="py-name">value</tt><tt class="py-op">)</tt> </tt>
<a name="L81"></a><tt class="py-lineno"> 81</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale</tt><tt class="py-op">.</tt><tt class="py-name">handler_unblock</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_scale_change_id</tt><tt class="py-op">)</tt> </tt>
<a name="L82"></a><tt class="py-lineno"> 82</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton</tt><tt class="py-op">.</tt><tt class="py-name">handler_block</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton_change_id</tt><tt class="py-op">)</tt> </tt>
<a name="L83"></a><tt class="py-lineno"> 83</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton</tt><tt class="py-op">.</tt><tt class="py-name">set_value</tt><tt class="py-op">(</tt><tt class="py-name">value</tt><tt class="py-op">)</tt> </tt>
<a name="L84"></a><tt class="py-lineno"> 84</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton</tt><tt class="py-op">.</tt><tt class="py-name">handler_unblock</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_spinbutton_change_id</tt><tt class="py-op">)</tt> </tt>
</div><a name="L85"></a><tt class="py-lineno"> 85</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtkNode.waveSet"></a><div id="AudioTestAdminGtkNode.waveSet-def"><a name="L86"></a><tt class="py-lineno"> 86</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtkNode.waveSet-toggle" onclick="return toggle('AudioTestAdminGtkNode.waveSet');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#waveSet">waveSet</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">value</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtkNode.waveSet-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtkNode.waveSet-expanded"><a name="L87"></a><tt class="py-lineno"> 87</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-47" class="py-name"><a title="flumotion.admin.gtk.workerlist.WorkerList._combobox" class="py-name" href="#" onclick="return doclink('link-47', '_combobox', 'link-16');">_combobox</a></tt><tt class="py-op">.</tt><tt class="py-name">handler_block</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_combobox_change_id</tt><tt class="py-op">)</tt> </tt>
<a name="L88"></a><tt class="py-lineno"> 88</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-48" class="py-name"><a title="flumotion.admin.gtk.workerlist.WorkerList._combobox" class="py-name" href="#" onclick="return doclink('link-48', '_combobox', 'link-16');">_combobox</a></tt><tt class="py-op">.</tt><tt class="py-name">set_active</tt><tt class="py-op">(</tt><tt class="py-name">value</tt><tt class="py-op">)</tt> </tt>
<a name="L89"></a><tt class="py-lineno"> 89</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-49" class="py-name"><a title="flumotion.admin.gtk.workerlist.WorkerList._combobox" class="py-name" href="#" onclick="return doclink('link-49', '_combobox', 'link-16');">_combobox</a></tt><tt class="py-op">.</tt><tt class="py-name">handler_unblock</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_combobox_change_id</tt><tt class="py-op">)</tt> </tt>
</div></div><a name="L90"></a><tt class="py-lineno"> 90</tt>  <tt class="py-line"> </tt>
<a name="L91"></a><tt class="py-lineno"> 91</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtk"></a><div id="AudioTestAdminGtk-def"><a name="L92"></a><tt class="py-lineno"> 92</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtk-toggle" onclick="return toggle('AudioTestAdminGtk');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtk-class.html">AudioTestAdminGtk</a><tt class="py-op">(</tt><tt class="py-base-class">BaseAdminGtk</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtk-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="AudioTestAdminGtk-expanded"><a name="L93"></a><tt class="py-lineno"> 93</tt>  <tt class="py-line"> </tt>
<a name="AudioTestAdminGtk.setup"></a><div id="AudioTestAdminGtk.setup-def"><a name="L94"></a><tt class="py-lineno"> 94</tt> <a class="py-toggle" href="#" id="AudioTestAdminGtk.setup-toggle" onclick="return toggle('AudioTestAdminGtk.setup');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtk-class.html#setup">setup</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="AudioTestAdminGtk.setup-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="AudioTestAdminGtk.setup-expanded"><a name="L95"></a><tt class="py-lineno"> 95</tt>  <tt class="py-line">        <tt id="link-50" class="py-name"><a title="flumotion.component.effects.volume
flumotion.component.effects.volume.volume" class="py-name" href="#" onclick="return doclink('link-50', 'volume', 'link-10');">volume</a></tt> <tt class="py-op">=</tt> <tt id="link-51" class="py-name"><a title="flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode" class="py-name" href="#" onclick="return doclink('link-51', 'VolumeAdminGtkNode', 'link-12');">VolumeAdminGtkNode</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-52" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-52', 'state', 'link-27');">state</a></tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-53" class="py-name" targets="Package flumotion.admin=flumotion.admin-module.html,Module flumotion.admin.admin=flumotion.admin.admin-module.html,Variable flumotion.admin.text.admin_text.BaseAdminText.admin=flumotion.admin.text.admin_text.BaseAdminText-class.html#admin,Variable flumotion.component.base.admin_text.BaseAdminText.admin=flumotion.component.base.admin_text.BaseAdminText-class.html#admin,Module flumotion.manager.admin=flumotion.manager.admin-module.html"><a title="flumotion.admin
flumotion.admin.admin
flumotion.admin.text.admin_text.BaseAdminText.admin
flumotion.component.base.admin_text.BaseAdminText.admin
flumotion.manager.admin" class="py-name" href="#" onclick="return doclink('link-53', 'admin', 'link-53');">admin</a></tt><tt class="py-op">,</tt> </tt>
<a name="L96"></a><tt class="py-lineno"> 96</tt>  <tt class="py-line">                                    <tt class="py-string">'volume'</tt><tt class="py-op">,</tt> <tt id="link-54" class="py-name" targets="Variable flumotion.admin.gtk.configurationassistant.ScenarioStep.title=flumotion.admin.gtk.configurationassistant.ScenarioStep-class.html#title,Variable flumotion.admin.gtk.configurationassistant.WelcomeStep.title=flumotion.admin.gtk.configurationassistant.WelcomeStep-class.html#title,Variable flumotion.admin.gtk.greeter.Authenticate.title=flumotion.admin.gtk.greeter.Authenticate-class.html#title,Variable flumotion.admin.gtk.greeter.ConnectToExisting.title=flumotion.admin.gtk.greeter.ConnectToExisting-class.html#title,Variable flumotion.admin.gtk.greeter.Initial.title=flumotion.admin.gtk.greeter.Initial-class.html#title,Variable flumotion.admin.gtk.greeter.LoadConnection.title=flumotion.admin.gtk.greeter.LoadConnection-class.html#title,Variable flumotion.admin.gtk.greeter.StartNew.title=flumotion.admin.gtk.greeter.StartNew-class.html#title,Variable flumotion.admin.gtk.greeter.StartNewError.title=flumotion.admin.gtk.greeter.StartNewError-class.html#title,Variable flumotion.admin.gtk.greeter.StartNewSuccess.title=flumotion.admin.gtk.greeter.StartNewSuccess-class.html#title,Variable flumotion.admin.gtk.overlaystep.OverlayStep.title=flumotion.admin.gtk.overlaystep.OverlayStep-class.html#title,Variable flumotion.component.encoders.dirac.wizard_gtk.DiracStep.title=flumotion.component.encoders.dirac.wizard_gtk.DiracStep-class.html#title,Variable flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.title=flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep-class.html#title,Variable flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.title=flumotion.component.encoders.mulaw.wizard_gtk.MulawStep-class.html#title,Variable flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.title=flumotion.component.encoders.smoke.wizard_gtk.SmokeStep-class.html#title,Variable flumotion.component.encoders.speex.wizard_gtk.SpeexStep.title=flumotion.component.encoders.speex.wizard_gtk.SpeexStep-class.html#title,Variable flumotion.component.encoders.theora.wizard_gtk.TheoraStep.title=flumotion.component.encoders.theora.wizard_gtk.TheoraStep-class.html#title,Variable flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.title=flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep-class.html#title,Variable flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.title=flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep-class.html#title,Variable flumotion.component.producers.bttv.wizard_gtk.TVCardStep.title=flumotion.component.producers.bttv.wizard_gtk.TVCardStep-class.html#title,Variable flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.title=flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep-class.html#title,Variable flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.title=flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep-class.html#title,Variable flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.title=flumotion.component.producers.looper.wizard_gtk.LoopAudioStep-class.html#title,Variable flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.title=flumotion.component.producers.looper.wizard_gtk.LoopVideoStep-class.html#title,Variable flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.title=flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep-class.html#title,Variable flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.title=flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep-class.html#title,Variable flumotion.component.producers.webcam.wizard_gtk.WebcamStep.title=flumotion.component.producers.webcam.wizard_gtk.WebcamStep-class.html#title"><a title="flumotion.admin.gtk.configurationassistant.ScenarioStep.title
flumotion.admin.gtk.configurationassistant.WelcomeStep.title
flumotion.admin.gtk.greeter.Authenticate.title
flumotion.admin.gtk.greeter.ConnectToExisting.title
flumotion.admin.gtk.greeter.Initial.title
flumotion.admin.gtk.greeter.LoadConnection.title
flumotion.admin.gtk.greeter.StartNew.title
flumotion.admin.gtk.greeter.StartNewError.title
flumotion.admin.gtk.greeter.StartNewSuccess.title
flumotion.admin.gtk.overlaystep.OverlayStep.title
flumotion.component.encoders.dirac.wizard_gtk.DiracStep.title
flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.title
flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.title
flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.title
flumotion.component.encoders.speex.wizard_gtk.SpeexStep.title
flumotion.component.encoders.theora.wizard_gtk.TheoraStep.title
flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.title
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.title
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.title
flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.title
flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.title
flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.title
flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.title
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.title
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.title
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.title" class="py-name" href="#" onclick="return doclink('link-54', 'title', 'link-54');">title</a></tt><tt class="py-op">=</tt><tt class="py-name">_</tt><tt class="py-op">(</tt><tt class="py-string">"Volume"</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L97"></a><tt class="py-lineno"> 97</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">nodes</tt><tt class="py-op">[</tt><tt class="py-string">'Volume'</tt><tt class="py-op">]</tt> <tt class="py-op">=</tt> <tt id="link-55" class="py-name"><a title="flumotion.component.effects.volume
flumotion.component.effects.volume.volume" class="py-name" href="#" onclick="return doclink('link-55', 'volume', 'link-10');">volume</a></tt> </tt>
<a name="L98"></a><tt class="py-lineno"> 98</tt>  <tt class="py-line">        <tt id="link-56" class="py-name" targets="Package flumotion.component.producers.audiotest=flumotion.component.producers.audiotest-module.html,Module flumotion.component.producers.audiotest.audiotest=flumotion.component.producers.audiotest.audiotest-module.html"><a title="flumotion.component.producers.audiotest
flumotion.component.producers.audiotest.audiotest" class="py-name" href="#" onclick="return doclink('link-56', 'audiotest', 'link-56');">audiotest</a></tt> <tt class="py-op">=</tt> <tt id="link-57" class="py-name" targets="Class flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html"><a title="flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode" class="py-name" href="#" onclick="return doclink('link-57', 'AudioTestAdminGtkNode', 'link-57');">AudioTestAdminGtkNode</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-58" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-58', 'state', 'link-27');">state</a></tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-59" class="py-name"><a title="flumotion.admin
flumotion.admin.admin
flumotion.admin.text.admin_text.BaseAdminText.admin
flumotion.component.base.admin_text.BaseAdminText.admin
flumotion.manager.admin" class="py-name" href="#" onclick="return doclink('link-59', 'admin', 'link-53');">admin</a></tt><tt class="py-op">,</tt> </tt>
<a name="L99"></a><tt class="py-lineno"> 99</tt>  <tt class="py-line">                                          <tt id="link-60" class="py-name"><a title="flumotion.admin.gtk.configurationassistant.ScenarioStep.title
flumotion.admin.gtk.configurationassistant.WelcomeStep.title
flumotion.admin.gtk.greeter.Authenticate.title
flumotion.admin.gtk.greeter.ConnectToExisting.title
flumotion.admin.gtk.greeter.Initial.title
flumotion.admin.gtk.greeter.LoadConnection.title
flumotion.admin.gtk.greeter.StartNew.title
flumotion.admin.gtk.greeter.StartNewError.title
flumotion.admin.gtk.greeter.StartNewSuccess.title
flumotion.admin.gtk.overlaystep.OverlayStep.title
flumotion.component.encoders.dirac.wizard_gtk.DiracStep.title
flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.title
flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.title
flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.title
flumotion.component.encoders.speex.wizard_gtk.SpeexStep.title
flumotion.component.encoders.theora.wizard_gtk.TheoraStep.title
flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.title
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.title
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.title
flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.title
flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.title
flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.title
flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.title
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.title
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.title
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.title" class="py-name" href="#" onclick="return doclink('link-60', 'title', 'link-54');">title</a></tt><tt class="py-op">=</tt><tt class="py-name">_</tt><tt class="py-op">(</tt><tt class="py-string">"Audio Test"</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L100"></a><tt class="py-lineno">100</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">nodes</tt><tt class="py-op">[</tt><tt class="py-string">'Audio Test'</tt><tt class="py-op">]</tt> <tt class="py-op">=</tt> <tt id="link-61" class="py-name"><a title="flumotion.component.producers.audiotest
flumotion.component.producers.audiotest.audiotest" class="py-name" href="#" onclick="return doclink('link-61', 'audiotest', 'link-56');">audiotest</a></tt> </tt>
<a name="L101"></a><tt class="py-lineno">101</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt id="link-62" class="py-name"><a title="flumotion.component.base.admin_gtk.BaseAdminGtk" class="py-name" href="#" onclick="return doclink('link-62', 'BaseAdminGtk', 'link-3');">BaseAdminGtk</a></tt><tt class="py-op">.</tt><tt id="link-63" class="py-name" targets="Method flumotion.admin.gtk.configurationassistant.ScenarioStep.setup()=flumotion.admin.gtk.configurationassistant.ScenarioStep-class.html#setup,Method flumotion.admin.gtk.greeter.Authenticate.setup()=flumotion.admin.gtk.greeter.Authenticate-class.html#setup,Method flumotion.admin.gtk.greeter.ConnectToExisting.setup()=flumotion.admin.gtk.greeter.ConnectToExisting-class.html#setup,Method flumotion.admin.gtk.greeter.Initial.setup()=flumotion.admin.gtk.greeter.Initial-class.html#setup,Method flumotion.admin.gtk.greeter.LoadConnection.setup()=flumotion.admin.gtk.greeter.LoadConnection-class.html#setup,Method flumotion.admin.gtk.greeter.StartNew.setup()=flumotion.admin.gtk.greeter.StartNew-class.html#setup,Method flumotion.admin.gtk.greeter.StartNewError.setup()=flumotion.admin.gtk.greeter.StartNewError-class.html#setup,Method flumotion.admin.gtk.greeter.StartNewSuccess.setup()=flumotion.admin.gtk.greeter.StartNewSuccess-class.html#setup,Method flumotion.admin.gtk.overlaystep.OverlayStep.setup()=flumotion.admin.gtk.overlaystep.OverlayStep-class.html#setup,Method flumotion.admin.text.admin_text.BaseAdminText.setup()=flumotion.admin.text.admin_text.BaseAdminText-class.html#setup,Module flumotion.common.setup=flumotion.common.setup-module.html,Function flumotion.common.setup.setup()=flumotion.common.setup-module.html#setup,Method flumotion.component.base.admin_gtk.BaseAdminGtk.setup()=flumotion.component.base.admin_gtk.BaseAdminGtk-class.html#setup,Method flumotion.component.base.admin_text.BaseAdminText.setup()=flumotion.component.base.admin_text.BaseAdminText-class.html#setup,Method flumotion.component.bouncers.admin_gtk.HTPasswdCryptAdminGtk.setup()=flumotion.component.bouncers.admin_gtk.HTPasswdCryptAdminGtk-class.html#setup,Method flumotion.component.combiners.switch.admin_gtk.SwitcherAdminGtk.setup()=flumotion.component.combiners.switch.admin_gtk.SwitcherAdminGtk-class.html#setup,Method flumotion.component.component.BaseComponent.setup()=flumotion.component.component.BaseComponent-class.html#setup,Method flumotion.component.component.BaseComponentMedium.setup()=flumotion.component.component.BaseComponentMedium-class.html#setup,Method flumotion.component.consumers.disker.admin_gtk.DiskerAdminGtk.setup()=flumotion.component.consumers.disker.admin_gtk.DiskerAdminGtk-class.html#setup,Method flumotion.component.consumers.disker.admin_text.DiskerAdminText.setup()=flumotion.component.consumers.disker.admin_text.DiskerAdminText-class.html#setup,Method flumotion.component.consumers.httpstreamer.admin_gtk.HTTPStreamerAdminGtk.setup()=flumotion.component.consumers.httpstreamer.admin_gtk.HTTPStreamerAdminGtk-class.html#setup,Method flumotion.component.encoders.dirac.wizard_gtk.DiracStep.setup()=flumotion.component.encoders.dirac.wizard_gtk.DiracStep-class.html#setup,Method flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.setup()=flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep-class.html#setup,Method flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.setup()=flumotion.component.encoders.smoke.wizard_gtk.SmokeStep-class.html#setup,Method flumotion.component.encoders.speex.wizard_gtk.SpeexStep.setup()=flumotion.component.encoders.speex.wizard_gtk.SpeexStep-class.html#setup,Method flumotion.component.encoders.theora.wizard_gtk.TheoraStep.setup()=flumotion.component.encoders.theora.wizard_gtk.TheoraStep-class.html#setup,Method flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.setup()=flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep-class.html#setup,Method flumotion.component.misc.httpserver.admin_gtk.HTTPFileAdminGtk.setup()=flumotion.component.misc.httpserver.admin_gtk.HTTPFileAdminGtk-class.html#setup,Method flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtk.setup()=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtk-class.html#setup,Method flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.setup()=flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep-class.html#setup,Method flumotion.component.producers.bttv.admin_gtk.BTTVAdminGtk.setup()=flumotion.component.producers.bttv.admin_gtk.BTTVAdminGtk-class.html#setup,Method flumotion.component.producers.bttv.wizard_gtk.TVCardStep.setup()=flumotion.component.producers.bttv.wizard_gtk.TVCardStep-class.html#setup,Method flumotion.component.producers.firewire.admin_gtk.FirewireAdminGtk.setup()=flumotion.component.producers.firewire.admin_gtk.FirewireAdminGtk-class.html#setup,Method flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.setup()=flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep-class.html#setup,Method flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.setup()=flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep-class.html#setup,Method flumotion.component.producers.looper.admin_gtk.LooperAdminGtk.setup()=flumotion.component.producers.looper.admin_gtk.LooperAdminGtk-class.html#setup,Method flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.setup()=flumotion.component.producers.looper.wizard_gtk.LoopAudioStep-class.html#setup,Method flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.setup()=flumotion.component.producers.looper.wizard_gtk.LoopVideoStep-class.html#setup,Method flumotion.component.producers.looper.wizard_gtk._LoopCommon.setup()=flumotion.component.producers.looper.wizard_gtk._LoopCommon-class.html#setup,Method flumotion.component.producers.playlist.admin_gtk.PlaylistAdminGtk.setup()=flumotion.component.producers.playlist.admin_gtk.PlaylistAdminGtk-class.html#setup,Method flumotion.component.producers.soundcard.admin_gtk.SoundcardAdminGtk.setup()=flumotion.component.producers.soundcard.admin_gtk.SoundcardAdminGtk-class.html#setup,Method flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.setup()=flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep-class.html#setup,Method flumotion.component.producers.videotest.admin_gtk.VideoTestAdminGtk.setup()=flumotion.component.producers.videotest.admin_gtk.VideoTestAdminGtk-class.html#setup,Method flumotion.component.producers.videotest.admin_text.VideoTestAdminText.setup()=flumotion.component.producers.videotest.admin_text.VideoTestAdminText-class.html#setup,Method flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.setup()=flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep-class.html#setup,Method flumotion.component.producers.webcam.admin_gtk.WebcamAdminGtk.setup()=flumotion.component.producers.webcam.admin_gtk.WebcamAdminGtk-class.html#setup,Method flumotion.component.producers.webcam.wizard_gtk.WebcamStep.setup()=flumotion.component.producers.webcam.wizard_gtk.WebcamStep-class.html#setup"><a title="flumotion.admin.gtk.configurationassistant.ScenarioStep.setup
flumotion.admin.gtk.greeter.Authenticate.setup
flumotion.admin.gtk.greeter.ConnectToExisting.setup
flumotion.admin.gtk.greeter.Initial.setup
flumotion.admin.gtk.greeter.LoadConnection.setup
flumotion.admin.gtk.greeter.StartNew.setup
flumotion.admin.gtk.greeter.StartNewError.setup
flumotion.admin.gtk.greeter.StartNewSuccess.setup
flumotion.admin.gtk.overlaystep.OverlayStep.setup
flumotion.admin.text.admin_text.BaseAdminText.setup
flumotion.common.setup
flumotion.common.setup.setup
flumotion.component.base.admin_gtk.BaseAdminGtk.setup
flumotion.component.base.admin_text.BaseAdminText.setup
flumotion.component.bouncers.admin_gtk.HTPasswdCryptAdminGtk.setup
flumotion.component.combiners.switch.admin_gtk.SwitcherAdminGtk.setup
flumotion.component.component.BaseComponent.setup
flumotion.component.component.BaseComponentMedium.setup
flumotion.component.consumers.disker.admin_gtk.DiskerAdminGtk.setup
flumotion.component.consumers.disker.admin_text.DiskerAdminText.setup
flumotion.component.consumers.httpstreamer.admin_gtk.HTTPStreamerAdminGtk.setup
flumotion.component.encoders.dirac.wizard_gtk.DiracStep.setup
flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.setup
flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.setup
flumotion.component.encoders.speex.wizard_gtk.SpeexStep.setup
flumotion.component.encoders.theora.wizard_gtk.TheoraStep.setup
flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.setup
flumotion.component.misc.httpserver.admin_gtk.HTTPFileAdminGtk.setup
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtk.setup
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.setup
flumotion.component.producers.bttv.admin_gtk.BTTVAdminGtk.setup
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.setup
flumotion.component.producers.firewire.admin_gtk.FirewireAdminGtk.setup
flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.setup
flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.setup
flumotion.component.producers.looper.admin_gtk.LooperAdminGtk.setup
flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.setup
flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.setup
flumotion.component.producers.looper.wizard_gtk._LoopCommon.setup
flumotion.component.producers.playlist.admin_gtk.PlaylistAdminGtk.setup
flumotion.component.producers.soundcard.admin_gtk.SoundcardAdminGtk.setup
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.setup
flumotion.component.producers.videotest.admin_gtk.VideoTestAdminGtk.setup
flumotion.component.producers.videotest.admin_text.VideoTestAdminText.setup
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.setup
flumotion.component.producers.webcam.admin_gtk.WebcamAdminGtk.setup
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.setup" class="py-name" href="#" onclick="return doclink('link-63', 'setup', 'link-63');">setup</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
</div></div><a name="L102"></a><tt class="py-lineno">102</tt>  <tt class="py-line"> </tt><script type="text/javascript">
<!--
expandto(location.href);
// -->
</script>
</pre>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
  <tr>
    <td align="left" class="footer">
    Generated by Epydoc 3.0.1 on Sun Sep 13 13:14:20 2009
    </td>
    <td align="right" class="footer">
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
        >http://epydoc.sourceforge.net</a>
    </td>
  </tr>
</table>

<script type="text/javascript">
  <!--
  // Private objects are initially displayed (because if
  // javascript is turned off then we want them to be
  // visible); but by default, we want to hide them.  So hide
  // them unless we have a cookie that says to show them.
  checkCookie();
  // -->
</script>
</body>
</html>