ARGBControlBinding
Description:
[ CCode ( has_construct_function = false , type = "GstControlBinding*" ) ]
public ARGBControlBinding (Object object, string property_name, ControlSource cs_a, ControlSource cs_r, ControlSource cs_g, ControlSource cs_b)
public ARGBControlBinding (Object object, string property_name, ControlSource cs_a, ControlSource cs_r, ControlSource cs_g, ControlSource cs_b)
Create a new control-binding that attaches the given ControlSource to the Object property.
Parameters:
| object |
the object of the property |
| property_name |
the property-name to attach the control source |
| cs_a |
the control source for the alpha channel |
| cs_r |
the control source for the red channel |
| cs_g |
the control source for the green channel |
| cs_b |
the control source for the blue channel |
Returns:
|
the new ARGBControlBinding |