Import line: | GstInterfaces = imports.gi.GstInterfaces; |
GIR File: | GstInterfaces-0.10.gir |
C documentation: | GstPropertyProbe |
Interface : | PropertyProbe |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
get_properties
()
:
Array
Get a list of properties for which probing is supported.
Get a list of properties for which probing is supported. by this element.
|
GstInterfaces.PropertyProbe | |
get_property
(String name)
:
GObject.ParamSpec
Get GParamSpec for a property for which probing is supported.
Get GParamSpec for a property for which probing is supported.
|
GstInterfaces.PropertyProbe | |
get_values
(ParamSpec pspec)
:
GObject.ValueArray
Gets the possible (probed) values for the given property, requires the property to have been probed before.
Gets the possible (probed) values for the given property, requires the property to have been probed before.
|
GstInterfaces.PropertyProbe | |
get_values_name
(String name)
:
GObject.ValueArray
Same as gst_property_probe_get_values ().
Same as gst_property_probe_get_values ().
|
GstInterfaces.PropertyProbe | |
Checks whether a property needs a probe.
Checks whether a property needs a probe. This might be because the property wasn't initialized before, or because host setup changed. This might be, for example, because a new device was added, and thus device probing needs to be refreshed to display the new device.
|
GstInterfaces.PropertyProbe | |
GstInterfaces.PropertyProbe | ||
probe_and_get_values
(ParamSpec pspec)
:
GObject.ValueArray
Check whether the given property requires a new probe.
Check whether the given property requires a new probe. If so, fo the probe. After that, retrieve a value list. Meant as a utility function that wraps the above functions.
|
GstInterfaces.PropertyProbe | |
probe_and_get_values_name
(String name)
:
GObject.ValueArray
Same as gst_property_probe_probe_and_get_values ().
Same as gst_property_probe_probe_and_get_values ().
|
GstInterfaces.PropertyProbe | |
probe_property
(ParamSpec pspec)
:
none
Runs a probe on the property specified by pspec
Runs a probe on the property specified by pspec
|
GstInterfaces.PropertyProbe | |
probe_property_name
(String name)
:
none
Runs a probe on the property specified by name.
Runs a probe on the property specified by name.
|
GstInterfaces.PropertyProbe |
Event | Defined By | |
---|---|---|
probe_needed (PropertyProbe self, void* object)
:
none
|
GstInterfaces.PropertyProbe |