ColorBalance.connectValueChanged
gulong connectValueChanged(T)(T callback, Flag!"After" after = No.After)Connect to ValueChanged signal.
Fired when the value of the indicated channel has changed.
Parameters
callback | signal callback delegate or function to connect void callback(gstvideo.color_balance_channel.ColorBalanceChannel channel, int value, gstvideo.color_balance.ColorBalance colorBalance) channel The #GstColorBalanceChannel (optional) value The new value (optional) colorBalance the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID