QtGStreamer
0.10.2
|
#include <QGst/PropertyProbe>
Public Member Functions | |
QList< QGlib::ParamSpecPtr > | properties () const |
bool | propertySupportsProbe (const QGlib::ParamSpecPtr &property) const |
bool | propertySupportsProbe (const char *property) const |
bool | needsProbe (const QGlib::ParamSpecPtr &property) const |
bool | needsProbe (const char *property) const |
void | probe (const QGlib::ParamSpecPtr &property) |
void | probe (const char *property) |
QList< QGlib::Value > | values (const QGlib::ParamSpecPtr &property) const |
QList< QGlib::Value > | values (const char *property) const |
QList< QGlib::Value > | probeAndGetValues (const QGlib::ParamSpecPtr &property) |
QList< QGlib::Value > | probeAndGetValues (const char *property) |
![]() | |
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 | |
![]() | |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
template<class T > | |
T * | object () const |
![]() | |
void * | m_object |
Wrapper class for GstPropertyProbe.
Definition at line 28 of file propertyprobe.h.