Part of elisa.plugins.gstreamer.gst_metadata View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
202 | Method | __init__ | Undocumented |
207 | Method | initialize | Initialize the component. |
216 | Method | clean | Clean the component. |
229 | Method | get_rank | Rank determining wether the parser should be prioritized. |
232 | Method | able_to_handle | Return wether this provider is able to fill in metadata, when it |
236 | Method | set_process_interval | Undocumented |
239 | Method | get_metadata | Retrieve the metadata for this metadata request and put it in |
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 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
) |
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. |