|
QtGStreamer
1.2.0
|
#include <QGst/StreamVolume>


Public Member Functions | |
| double | volume (StreamVolumeFormat format=StreamVolumeFormatLinear) const |
| void | setVolume (double value, StreamVolumeFormat format=StreamVolumeFormatLinear) |
| bool | isMuted () const |
| void | setMuted (bool muted) |
Public Member Functions inherited from QGlib::ObjectBase | |
| 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) |
Static Public Member Functions | |
| static double | convert (StreamVolumeFormat from, StreamVolumeFormat to, double value) |
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 |
Wrapper class for GstStreamVolume.
Definition at line 28 of file streamvolume.h.