QtGStreamer  0.10.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
QGst::PropertyProbe Interface Reference

#include <QGst/PropertyProbe>

Inheritance diagram for QGst::PropertyProbe:
Inheritance graph
[legend]
Collaboration diagram for QGst::PropertyProbe:
Collaboration graph
[legend]

Public Member Functions

QList< QGlib::ParamSpecPtrproperties () 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::Valuevalues (const QGlib::ParamSpecPtr &property) const
 
QList< QGlib::Valuevalues (const char *property) const
 
QList< QGlib::ValueprobeAndGetValues (const QGlib::ParamSpecPtr &property)
 
QList< QGlib::ValueprobeAndGetValues (const char *property)
 
- Public Member Functions inherited from QGlib::ObjectBase
ParamSpecPtr findProperty (const char *name) const
 
QList< ParamSpecPtrlistProperties () 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
template<class T >
T * object () const
 
- Protected Attributes inherited from QGlib::RefCountedObject
void * m_object
 

Detailed Description

Wrapper class for GstPropertyProbe.

Examples:
examples/recorder/main.cpp.

Definition at line 28 of file propertyprobe.h.


The documentation for this interface was generated from the following files: