|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gstreamer.lowlevel.NativeValue
org.gstreamer.interfaces.GstInterface
org.gstreamer.interfaces.ColorBalance
public class ColorBalance
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 |
---|
getElement, nativeValue, objectList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final ColorBalance wrap(Element element)
Element
in a ColorBalance interface
element
- the element to use as a ColorBalance
public 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |