QtGStreamer 0.10.1
|
Wrapper class for GstPropertyProbe. More...
#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) |