org.gstreamer.interfaces
Class ColorBalance

java.lang.Object
  extended by org.gstreamer.lowlevel.NativeValue
      extended by org.gstreamer.interfaces.GstInterface
          extended by org.gstreamer.interfaces.ColorBalance

public class ColorBalance
extends GstInterface


Nested Class Summary
static interface ColorBalance.VALUE_CHANGED
          Signal emitted when color balance value changed
 
Nested classes/interfaces inherited from class org.gstreamer.interfaces.GstInterface
GstInterface.ListElementCreator<E>
 
Field Summary
 
Fields inherited from class org.gstreamer.interfaces.GstInterface
element, handle
 
Method Summary
 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
 
Methods inherited from class org.gstreamer.interfaces.GstInterface
nativeValue, objectList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrap

public static final ColorBalance wrap(Element element)
Wraps the Element in a ColorBalance interface

Parameters:
element - the element to use as a ColorBalance
Returns:
a ColorBalance for the element

getChannelList

public java.util.List<ColorBalanceChannel> getChannelList()
Retrieves a list of ColorBalanceChannels from the ColorBalance

Returns:
a list of color balance channels available on this device

connect

public void connect(ColorBalance.VALUE_CHANGED listener)
Add a listener for norm-changed messages.

Parameters:
listener - the listener to be called when the norm changes

disconnect

public void disconnect(ColorBalance.VALUE_CHANGED listener)
Disconnect the listener for norm-changed messages.

Parameters:
listener - the listener that was registered to receive the message.