GstController.ProxyControlBinding¶
- Subclasses:
None
Methods¶
- Inherited:
Gst.ControlBinding (5), Gst.Object (27), GObject.Object (37)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
||
property_name |
r |
||
ref_object |
r |
Class Details¶
- class GstController.ProxyControlBinding(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A
Gst.ControlBindingthat forwards requests to anotherGst.ControlBinding- classmethod new(object, property_name, ref_object, ref_property_name)[source]¶
- Parameters:
object (
Gst.Object) – aGst.Objectproperty_name (
str) – the property name in object to controlref_object (
Gst.Object) – aGst.Objectto forward allGst.ControlBindingrequests toref_property_name (
str) – the property_name in ref_object to control
- Returns:
a new
Gst.ControlBindingthat proxies the control interface between properties on differentGst.Object's- Return type:
GstController.ProxyControlBindingforwards all access to data orsync_values()requests from property_name on object to the control binding at ref_property_name on ref_object.New in version 1.12.