|
QtGStreamer 1.2.0
|
#include <QGst/ColorBalance>


Public Member Functions | |
| ColorBalanceType | type () const |
| QList< ColorBalanceChannelPtr > | channels () const |
| int | value (const ColorBalanceChannelPtr &channel) const |
| void | setValue (const ColorBalanceChannelPtr &channel, int value) |
Public Member Functions inherited from QGlib::ObjectBase | |
| ParamSpecPtr | findProperty (const char *name) const |
| QList< ParamSpecPtr > | listProperties () const |
| Value | property (const char *name) const |
| template<class T > | |
| void | setProperty (const char *name, const T &value) |
| void | setProperty (const char *name, const Value &value) |
| void * | data (const char *key) const |
| void * | stealData (const char *key) const |
| void | setData (const char *key, void *data, void(*destroyCallback)(void *)=NULL) |
| void * | quarkData (const Quark &quark) const |
| void * | stealQuarkData (const Quark &quark) const |
| void | setQuarkData (const Quark &quark, void *data, void(*destroyCallback)(void *)=NULL) |
Additional Inherited Members | |
Protected Member Functions inherited from QGlib::ObjectBase | |
| virtual void | ref (bool increaseRef) |
| virtual void | unref () |
Protected Member Functions inherited from QGlib::RefCountedObject | |
| virtual void | ref (bool increaseRef)=0 |
| virtual void | unref ()=0 |
| template<class T > | |
| T * | object () const |
Protected Attributes inherited from QGlib::RefCountedObject | |
| void * | m_object |
Wrapper class for GstColorBalance.
Definition at line 40 of file colorbalance.h.
| ColorBalanceType QGst::ColorBalance::type | ( | ) | const |
Definition at line 38 of file colorbalance.cpp.
| QList< ColorBalanceChannelPtr > QGst::ColorBalance::channels | ( | ) | const |
Definition at line 43 of file colorbalance.cpp.
| int QGst::ColorBalance::value | ( | const ColorBalanceChannelPtr & | channel | ) | const |
Definition at line 54 of file colorbalance.cpp.
| void QGst::ColorBalance::setValue | ( | const ColorBalanceChannelPtr & | channel, |
| int | value | ||
| ) |
Definition at line 59 of file colorbalance.cpp.