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) |
Additional Inherited Members | |
![]() | |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
void * | m_object |
Wrapper class for GstPropertyProbe.
Definition at line 28 of file propertyprobe.h.