public class ColorBalance extends GstInterface
Modifier and Type | Class and Description |
---|---|
static interface |
ColorBalance.VALUE_CHANGED
Signal emitted when color balance value changed
|
GstInterface.ListElementCreator<E>
element, handle
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.
|
java.util.List<ColorBalanceChannel> |
getChannelList()
Retrieves a list of ColorBalanceChannels from the ColorBalance
|
static ColorBalance |
wrap(Element element)
Wraps the
Element in a ColorBalance interface |
getElement, nativeValue, objectList
public static final ColorBalance wrap(Element element)
Element
in a ColorBalance interfaceelement
- the element to use as a ColorBalancepublic java.util.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.