Package flumotion :: Package component :: Package encoders :: Package jpeg :: Module wizard_gtk :: Class JPEGVideoEncoder
[hide private]

Class JPEGVideoEncoder

source code

                      object --+            
                               |            
     extern.log.log.Loggable --+            
                               |            
admin.assistant.models.Component --+        
                                   |        
      admin.assistant.models.Encoder --+    
                                       |    
     admin.assistant.models.VideoEncoder --+
                                           |
                                          JPEGVideoEncoder

Nested Classes [hide private]

Inherited from admin.assistant.models.VideoEncoder: eaterType

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getProperties(self) source code

Inherited from admin.assistant.models.Encoder: validate

Inherited from admin.assistant.models.Component: __eq__, __ne__, __repr__, addPlug, delPlug, getEaters, getFeederName, 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 = 'jpeg-encoder'
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: 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)

getProperties(self)

source code 
Overrides: admin.assistant.models.Component.getProperties