Package flumotion :: Package component :: Package plugs :: Package html5 :: Module wizard_gtk :: Class Html5HTTPPlug
[hide private]

Class Html5HTTPPlug

source code

                 object --+        
                          |        
admin.assistant.models.Plug --+    
                              |    
admin.assistant.models.HTTPPlug --+
                                  |
                                 Html5HTTPPlug

I am a model representing the configuration file for a HTML5 HTTP streaming plug.

Instance Methods [hide private]
 
getProperties(self) source code

Inherited from admin.assistant.models.HTTPPlug: __init__

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

Class Variables [hide private]
  plugType = "component-html5"
the type of the plug, such as cortado, this is not mandatory in the class, can also be set in the instance.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getProperties(self)

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