GstColorBalanceInterface

Color-balance interface.

Members

Variables

GstReserved
void*[4] GstReserved;
getBalanceType
GstColorBalanceType function(GstColorBalance* balance) getBalanceType;

implementation type

getValue
int function(GstColorBalance* balance, GstColorBalanceChannel* channel) getValue;

get a channel value

iface
GTypeInterface iface;

the parent interface

listChannels
const(GList)* function(GstColorBalance* balance) listChannels;

list handled channels

setValue
void function(GstColorBalance* balance, GstColorBalanceChannel* channel, int value) setValue;

set a channel value

valueChanged
void function(GstColorBalance* balance, GstColorBalanceChannel* channel, int value) valueChanged;

default handler for value changed notification