GstColorBalanceChannel

The #GstColorBalanceChannel object represents a parameter for modifying the color balance implemented by an element providing the #GstColorBalance interface. For example, Hue or Saturation.

Members

Variables

GstReserved
void*[4] GstReserved;
label
char* label;

A string containing a descriptive name for this channel

maxValue
int maxValue;

The maximum valid value for this channel.

minValue
int minValue;

The minimum valid value for this channel.

parent
ObjectC parent;