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)
 

Additional Inherited Members

- Protected Member Functions inherited from QGlib::ObjectBase
virtual void ref (bool increaseRef)
 
virtual void unref ()
 
- 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: