Part of elisa.plugins.gstreamer.gst_metadata View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
68 | Method | __init__ | Undocumented |
78 | Method | clean | Clean the component. |
86 | Method | initialize | Initialize the component. |
102 | Method | get_rank | Rank determining wether the parser should be prioritized. |
105 | Method | able_to_handle | Return wether this provider is able to fill in metadata, when it |
109 | Method | get_metadata | Retrieve the metadata for this metadata request and put it in |
139 | Method | set_process_interval | Undocumented |
98 | Method | _reset | Undocumented |
136 | Method | _cancel_request | Undocumented |
142 | Method | _process_next | Undocumented |
150 | Method | _process_next_real | Undocumented |
180 | Method | _done | Undocumented |
187 | Method | _failed | Undocumented |
Inherited from Component (via MetadataProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize 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
) |
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
) |
Returns | the rank as integer between 0 and 255 (type: integer ) | |
Unknown Field: todo | We need a better System here so that the developers can decide which one to use |
Parameters | metadata | a dictionary containing all known and requested metadata (type: dict ) |
Returns | (type: bool ) |
Parameters | metadata | a dictionary containing all the known and requested metadata, which is also filled with the new data (type: dict ) |
Returns | (type: twisted.internet.defer.Deferred
) | |
Unknown Field: todo | determine all the keys returned for each content-type. |