17 #ifndef QGST_COLORBALANCE_H
18 #define QGST_COLORBALANCE_H
21 #include "../QGlib/object.h"
32 QString label()
const;
44 ColorBalanceType type()
const;
45 QList<ColorBalanceChannelPtr> channels()
const;
53 QGST_REGISTER_TYPE(QGst::ColorBalance)
54 QGLIB_REGISTER_INTERFACE(QGst::ColorBalance)
56 #endif // QGST_COLORBALANCE_H
Smart pointer class for working with wrapper classes that support reference counting.
Base class for interface wrappers.
Wrapper class for GstColorBalanceChannel.
Wrapper class for GObject.
Wrapper class for GstColorBalance.