GstColorBalanceChannel
The GstColorBalanceChannel object represents a parameter for modifying the color balance implemented by an element providing the GstColorBalance interface. For example, Hue or Saturation.
GstColorBalanceChannel
GObject ╰──GstColorBalanceChannel
Members
parent
		(GObject)
		–
	label
		(gchar *)
		–
	A string containing a descriptive name for this channel
min_value
		(gint)
		–
	The minimum valid value for this channel.
max_value
		(gint)
		–
	The maximum valid value for this channel.
Class structure
GstColorBalanceChannelClass
Color-balance channel class.
Fields
parent
		(GObjectClass)
		–
	the parent class
GstVideo.ColorBalanceChannelClass
Color-balance channel class.
Attributes
parent
		(GObject.ObjectClass)
		–
	the parent class
GstVideo.ColorBalanceChannelClass
Color-balance channel class.
Attributes
parent
		(GObject.ObjectClass)
		–
	the parent class
GstColorBalanceChannel
GObject ╰──GstColorBalanceChannel
Members
parent
		(GObject)
		–
	label
		(String)
		–
	A string containing a descriptive name for this channel
min_value
		(Number)
		–
	The minimum valid value for this channel.
max_value
		(Number)
		–
	The maximum valid value for this channel.
Signals
value-changed
value_changed_callback (GstColorBalanceChannel * self, gint value, gpointer user_data)
Fired when the value of the indicated channel has changed.
Parameters:
self
				–
	value
				–
	The new value
user_data
				–
	Flags: Run Last
value-changed
function value_changed_callback(self: GstVideo.ColorBalanceChannel, value: Number, user_data: Object): {
    // javascript callback for the 'value-changed' signal
}
Fired when the value of the indicated channel has changed.
Parameters:
self
					(
						GstVideo.ColorBalanceChannel
						)
				–
	value
					(
						Number
						)
				–
	The new value
user_data
					(
						Object
						)
				–
	Flags: Run Last
value-changed
def value_changed_callback (self, value, *user_data):
    #python callback for the 'value-changed' signal
Fired when the value of the indicated channel has changed.
Parameters:
self
					(
						GstVideo.ColorBalanceChannel
						)
				–
	value
					(
						int
						)
				–
	The new value
user_data
					(
						variadic
						)
				–
	Flags: Run Last
Virtual Methods
value_changed
value_changed (GstColorBalanceChannel * channel, gint value)
default handler for value changed notification
Parameters:
channel
				–
	value
				–
	value_changed
function value_changed(channel: GstVideo.ColorBalanceChannel, value: Number): {
    // javascript implementation of the 'value_changed' virtual method
}
default handler for value changed notification
Parameters:
channel
					(
						GstVideo.ColorBalanceChannel
						)
				–
	value
					(
						Number
						)
				–
	value_changed
def value_changed (channel, value):
    #python implementation of the 'value_changed' virtual method
default handler for value changed notification
Parameters:
channel
					(
						GstVideo.ColorBalanceChannel
						)
				–
	value
					(
						int
						)
				–
	Constants
GST_TYPE_COLOR_BALANCE_CHANNEL
#define GST_TYPE_COLOR_BALANCE_CHANNEL \ (gst_color_balance_channel_get_type ())
The results of the search are