GObject.Object
GstInterfaces.ColorBalanceChannel
| Import line: | GstInterfaces = imports.gi.GstInterfaces; |
| GIR File: | GstInterfaces-0.10.gir |
| C documentation: | GstColorBalanceChannel |
| Class : | ColorBalanceChannel |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
label : String
read only
|
GstInterfaces.ColorBalanceChannel | |
|
max_value : Number
read only
|
GstInterfaces.ColorBalanceChannel | |
|
min_value : Number
read only
|
GstInterfaces.ColorBalanceChannel | |
|
parent : GObject.Object
read only
|
GstInterfaces.ColorBalanceChannel | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new GstInterfaces.ColorBalanceChannel
(Object properties)
Create a new GstInterfaces.ColorBalanceChannel
Create a new GstInterfaces.ColorBalanceChannel
|
||
| Event | Defined By | |
|---|---|---|
|
value_changed (ColorBalanceChannel self, Number value)
:
none
Fired when the value of the indicated channel has changed.
Fired when the value of the indicated channel has changed.
|
GstInterfaces.ColorBalanceChannel | |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GstInterfaces.ColorBalance
Signal |
Fired when the value of the indicated channel has changed.
|
|
GstInterfaces.ColorBalance
Method |
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.
|
|
GstInterfaces.ColorBalance
Method |
get_value
(ColorBalanceChannel channel)
:
Number
Retrieve the current value of the indicated channel, between min_value and max_value.
|
|
GstInterfaces.ColorBalance
Method |
value_changed
(ColorBalanceChannel channel, Number value)
:
none
A helper function called by implementations of the GstColorBalance interface.
|