public class ColorBalance extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColorBalance.VALUE_CHANGED
Signal emitted when color balance value changed
|
| Modifier and Type | Method and Description |
|---|---|
void |
connect(ColorBalance.VALUE_CHANGED listener)
Add a listener for norm-changed messages.
|
void |
disconnect(ColorBalance.VALUE_CHANGED listener)
Disconnect the listener for norm-changed messages.
|
List<ColorBalanceChannel> |
getChannelList()
Retrieves a list of ColorBalanceChannels from the ColorBalance
|
Element |
getGObject()
Get the GObject implementing this interface.
|
static ColorBalance |
wrap(Element element)
Wraps the
Element in a ColorBalance interface |
protected final Element element
public static final ColorBalance wrap(Element element)
Element in a ColorBalance interfaceelement - the element to use as a ColorBalancepublic List<ColorBalanceChannel> getChannelList()
public void connect(ColorBalance.VALUE_CHANGED listener)
listener - the listener to be called when the norm changespublic void disconnect(ColorBalance.VALUE_CHANGED listener)
listener - the listener that was registered to receive the message.public Element getGObject()
GObject.GInterfacegetGObject in interface GObject.GInterfaceCopyright © 2021 gstreamer-java. All rights reserved.