Package | Description |
---|---|
org.gstreamer.interfaces | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColorBalanceChannel> |
ColorBalance.getChannelList()
Retrieves a list of ColorBalanceChannels from the ColorBalance
|
Modifier and Type | Method and Description |
---|---|
void |
ColorBalance.VALUE_CHANGED.colorBalanceValueChanged(ColorBalance colorBalance,
ColorBalanceChannel channel,
int value)
Called when the color balance channel value changes
|
Modifier and Type | Method and Description |
---|---|
int |
GstColorBalanceAPI.gst_color_balance_get_value(ColorBalance balance,
ColorBalanceChannel channel) |
void |
GstColorBalanceAPI.gst_color_balance_set_value(ColorBalance balance,
ColorBalanceChannel channel,
int value) |