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.ControlBinding
that forwards requests to anotherGst.ControlBinding
- classmethod new(object, property_name, ref_object, ref_property_name)[source]¶
- Parameters:
object (
Gst.Object
) – aGst.Object
property_name (
str
) – the property name in object to controlref_object (
Gst.Object
) – aGst.Object
to forward allGst.ControlBinding
requests toref_property_name (
str
) – the property_name in ref_object to control
- Returns:
a new
Gst.ControlBinding
that proxies the control interface between properties on differentGst.Object
's- Return type:
GstController.ProxyControlBinding
forwards 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.