![]() |
![]() |
![]() |
GStreamer Base Plugins 0.10 Library Reference Manual | ![]() |
---|---|---|---|---|
gstcolorbalancechannelgstcolorbalancechannel — Object representing a channel from the GstColorBalance interface. |
"value-changed" void user_function (GstColorBalanceChannel *channel, gint value, gpointer user_data) : Run last
The GstColorBalanceChannel object represents a parameter for modifying the color balance implemented by an element providing the GstColorBalance interface. For example, Hue or Saturation.
void user_function (GstColorBalanceChannel *channel, gint value, gpointer user_data) : Run last
Fired when the value of the indicated channel has changed.
channel : |
The GstColorBalanceChannel |
value : |
The new value |
user_data : |
user data set when the signal handler was connected. |