Import line: | GstInterfaces = imports.gi.GstInterfaces; |
GIR File: | GstInterfaces-0.10.gir |
C documentation: | GstColorBalance |
Interface : | ColorBalance |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
get_balance_type
()
:
GstInterfaces.ColorBalanceType
Get the GstColorBalanceType of this implementation.
Get the GstColorBalanceType of this implementation.
|
GstInterfaces.ColorBalance | |
get_value
(ColorBalanceChannel channel)
:
Number
Retrieve the current value of the indicated channel, between min_value and max_value.
Retrieve the current value of the indicated channel, between min_value and max_value.
|
GstInterfaces.ColorBalance | |
list_channels
()
:
Array
Retrieve a list of the available channels.
Retrieve a list of the available channels.
|
GstInterfaces.ColorBalance | |
set_value
(ColorBalanceChannel channel, Number value)
:
none
Sets the current value of the channel to the passed value, which must be between min_value and max_value.
Sets the current value of the channel to the passed value, which must be between min_value and max_value.
|
GstInterfaces.ColorBalance | |
value_changed
(ColorBalanceChannel channel, Number value)
:
none
A helper function called by implementations of the GstColorBalance interface.
A helper function called by implementations of the GstColorBalance interface. It fires the GstColorBalance::value-changed signal on the instance, and the GstColorBalanceChannel::value-changed signal on the channel object.
|
GstInterfaces.ColorBalance |
Event | Defined By | |
---|---|---|
Fired when the value of the indicated channel has changed.
Fired when the value of the indicated channel has changed.
|
GstInterfaces.ColorBalance |