ARGBControlBinding.this

Create a new control-binding that attaches the given #GstControlSource to the #GObject property.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gst.object.ObjectWrap object, string propertyName, gst.control_source.ControlSource csA, gst.control_source.ControlSource csR, gst.control_source.ControlSource csG, gst.control_source.ControlSource csB)

Parameters

object gst.object.ObjectWrap

the object of the property

propertyName string

the property-name to attach the control source

csA gst.control_source.ControlSource

the control source for the alpha channel

csR gst.control_source.ControlSource

the control source for the red channel

csG gst.control_source.ControlSource

the control source for the green channel

csB gst.control_source.ControlSource

the control source for the blue channel

Return Value

the new #GstARGBControlBinding