Part of elisa.plugins.gstreamer.amp_master View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
231 | Method | initialize | Initialize the component. |
243 | Method | clean | Clean the component. |
262 | Method | get_rank | Undocumented |
265 | Method | able_to_handle | Undocumented |
278 | Method | get_metadata | Undocumented |
269 | Method | _call_after_start_dfr | 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 |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
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
) |