| Top |
| GstControlSource * | control-source-a | Read / Write / Construct |
| GstControlSource * | control-source-b | Read / Write / Construct |
| GstControlSource * | control-source-g | Read / Write / Construct |
| GstControlSource * | control-source-r | Read / Write / Construct |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstControlBinding ╰── GstARGBControlBinding
GstControlBinding * gst_argb_control_binding_new (GstObject *object,const gchar *property_name,GstControlSource *cs_a,GstControlSource *cs_r,GstControlSource *cs_g,GstControlSource *cs_b);
“control-source-a” property“control-source-a” GstControlSource *
The control source for the alpha color component.
Flags: Read / Write / Construct
“control-source-b” property“control-source-b” GstControlSource *
The control source for the blue color component.
Flags: Read / Write / Construct
“control-source-g” property“control-source-g” GstControlSource *
The control source for the green color component.
Flags: Read / Write / Construct
“control-source-r” property“control-source-r” GstControlSource *
The control source for the red color component.
Flags: Read / Write / Construct