GstVideo.ColorBalanceChannel¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
Virtual Methods¶
- Inherited:
|
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fired when the value of the indicated channel has changed. |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
label |
r |
A string containing a descriptive name for this channel |
|
max_value |
r |
The maximum valid value for this channel. |
|
min_value |
r |
The minimum valid value for this channel. |
|
parent |
r |
Class Details¶
- class GstVideo.ColorBalanceChannel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
GstVideo.ColorBalanceChannel
object represents a parameter for modifying the color balance implemented by an element providing theGstVideo.ColorBalance
interface. For example, Hue or Saturation.
Signal Details¶
- GstVideo.ColorBalanceChannel.signals.value_changed(color_balance_channel, value)¶
- Signal Name:
value-changed
- Flags:
- Parameters:
color_balance_channel (
GstVideo.ColorBalanceChannel
) – The object which received the signalvalue (
int
) – The new value
Fired when the value of the indicated channel has changed.