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) |
![]() | |
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 | |
![]() | |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
template<class T > | |
T * | object () const |
![]() | |
void * | m_object |
Wrapper class for GstStreamVolume.
Definition at line 28 of file streamvolume.h.
double QGst::StreamVolume::volume | ( | StreamVolumeFormat | format = StreamVolumeFormatLinear | ) | const |
Definition at line 22 of file streamvolume.cpp.
void QGst::StreamVolume::setVolume | ( | double | value, |
StreamVolumeFormat | format = StreamVolumeFormatLinear |
||
) |
Definition at line 28 of file streamvolume.cpp.
bool QGst::StreamVolume::isMuted | ( | ) | const |
Definition at line 34 of file streamvolume.cpp.
void QGst::StreamVolume::setMuted | ( | bool | muted | ) |
Definition at line 39 of file streamvolume.cpp.
|
static |
Definition at line 44 of file streamvolume.cpp.