| Package | Description |
|---|---|
| org.gstreamer.interfaces | |
| org.gstreamer.lowlevel |
| Modifier and Type | Method and Description |
|---|---|
static ColorBalance |
ColorBalance.wrap(Element element)
Wraps the
Element in a ColorBalance interface |
| 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) |
GlibAPI.GList |
GstColorBalanceAPI.gst_color_balance_list_channels(ColorBalance balance) |
void |
GstColorBalanceAPI.gst_color_balance_set_value(ColorBalance balance,
ColorBalanceChannel channel,
int value) |