Package flumotion :: Package component :: Package producers :: Package looper :: Module wizard_gtk :: Class LoopProducer
[hide private]

Class LoopProducer

source code

                      object --+            
                               |            
     extern.log.log.Loggable --+            
                               |            
admin.assistant.models.Component --+        
                                   |        
     admin.assistant.models.Producer --+    
                                       |    
    admin.assistant.models.AudioProducer --+
                                           |
                      object --+           |
                               |           |
     extern.log.log.Loggable --+           |
                               |           |
admin.assistant.models.Component --+       |
                                   |       |
     admin.assistant.models.Producer --+   |
                                       |   |
    admin.assistant.models.VideoProducer --+
                                           |
                                          LoopProducer

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
string
getFeederName(self, component)
Get the feeder name a component should use to link to
source code

Inherited from admin.assistant.models.AudioProducer: getSamplerate

Inherited from admin.assistant.models.VideoProducer: getFramerate, getHeight, getWidth

Inherited from admin.assistant.models.Producer: getProperties, validate

Inherited from admin.assistant.models.Component: __eq__, __ne__, __repr__, addPlug, delPlug, getEaters, getPlugs, getWorker, link, unlink

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from extern.log.log.Loggable: __providedBy__, __provides__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  componentType = 'loop-producer'
the type of the component, such as ogg-muxer, this is not mandatory in the class, can also be set in the instance.

Inherited from admin.assistant.models.Component: eaterType, feederType, isAtmosphereComponent

Inherited from extern.log.log.Loggable: __implemented__, logCategory

Instance Variables [hide private]

Inherited from admin.assistant.models.Component: exists, name

Properties [hide private]

Inherited from admin.assistant.models.Component: component_type

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getFeederName(self, component)

source code 

Get the feeder name a component should use to link to

Parameters:
  • component - the component who links to this
Returns: string
feeder name
Overrides: admin.assistant.models.Component.getFeederName
(inherited documentation)