17 #ifndef QGST_STREAMVOLUME_H
18 #define QGST_STREAMVOLUME_H
21 #include "../QGlib/object.h"
32 double volume(StreamVolumeFormat format = StreamVolumeFormatLinear)
const;
33 void setVolume(
double value, StreamVolumeFormat format = StreamVolumeFormatLinear);
36 void setMuted(
bool muted);
38 static double convert(StreamVolumeFormat from, StreamVolumeFormat to,
double value);
Base class for interface wrappers.
Wrapper class for GstStreamVolume.
Wrappers for GStreamer classes.