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

callbacksignal 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)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID