|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorBalanceChannel | |
---|---|
org.gstreamer.interfaces | |
org.gstreamer.lowlevel |
Uses of ColorBalanceChannel in org.gstreamer.interfaces |
---|
Methods in org.gstreamer.interfaces that return types with arguments of type ColorBalanceChannel | |
---|---|
java.util.List<ColorBalanceChannel> |
ColorBalance.getChannelList()
Retrieves a list of ColorBalanceChannels from the ColorBalance |
Methods in org.gstreamer.interfaces with parameters of type ColorBalanceChannel | |
---|---|
void |
ColorBalance.VALUE_CHANGED.colorBalanceValueChanged(ColorBalance colorBalance,
ColorBalanceChannel channel,
int value)
Called when the color balance channel value changes |
Uses of ColorBalanceChannel in org.gstreamer.lowlevel |
---|
Methods in org.gstreamer.lowlevel with parameters of type ColorBalanceChannel | |
---|---|
int |
GstColorBalanceAPI.gst_color_balance_get_value(ColorBalance balance,
ColorBalanceChannel channel)
|
void |
GstColorBalanceAPI.gst_color_balance_set_value(ColorBalance balance,
ColorBalanceChannel channel,
int value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |