Part of elisa.plugins.gstreamer.amp_master View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
189 | Method | initialize | Initialize the component. |
200 | Method | clean | Clean the component. |
212 | Method | get_rank | Undocumented |
215 | Method | able_to_handle | Undocumented |
219 | Method | get_metadata | Undocumented |
Inherited from Component:
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Inherited from Loggable (via Component):
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
Clean the component.
This method is called when a component is not needed anymore to clean its state.Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |