GES.DiscovererManager¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/c |
The timeout for the discoverer |
||
r/w/c |
Whether to use a serialized version of the discoverer info from our own cache if accessible |
Signals¶
- Inherited:
Name |
Short Description |
|---|---|
Retrieves information about a URI from and external source of information, like a cache file. |
|
Allows to setup the source element before the discoverer runs. |
Fields¶
- Inherited:
Class Details¶
- class GES.DiscovererManager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
New in version 1.24.
- classmethod get_default()[source]¶
- Returns:
The default
GES.DiscovererManager- Return type:
New in version 1.24.
- get_timeout()[source]¶
- Returns:
The timeout to use for the discoverer
- Return type:
New in version 1.24.
Signal Details¶
- GES.DiscovererManager.signals.discovered(discoverer_manager, info, error)¶
- Signal Name:
discovered- Flags:
- Parameters:
discoverer_manager (
GES.DiscovererManager) – The object which received the signalinfo (
GstPbutils.DiscovererInfo) – TheGstPbutils.DiscovererInforepresenting the discovered URIerror (
GLib.ErrororNone) – TheGLib.Errorthat occurred, orNone
New in version 1.24.
- GES.DiscovererManager.signals.load_serialized_info(discoverer_manager, uri)¶
- Signal Name:
load-serialized-info- Flags:
- Parameters:
discoverer_manager (
GES.DiscovererManager) – The object which received the signaluri (
str) – The URI to load the serialized info for
- Returns:
The
GstPbutils.DiscovererInforepresenting uri, orNoneif no information- Return type:
Retrieves information about a URI from and external source of information, like a cache file. This is used by the discoverer to speed up the discovery.
New in version 1.24.
- GES.DiscovererManager.signals.source_setup(discoverer_manager, source)¶
- Signal Name:
source-setup- Flags:
- Parameters:
discoverer_manager (
GES.DiscovererManager) – The object which received the signalsource (
Gst.Element) – The sourceGst.Elementto setup
Allows to setup the source element before the discoverer runs.
New in version 1.24.
Property Details¶
- GES.DiscovererManager.props.timeout¶
-
The timeout (in milliseconds) for the
GstPbutils.DiscovereroperationsNew in version 1.24.