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);
44 QGLIB_REGISTER_INTERFACE(QGst::StreamVolume)
46 #endif // QGST_STREAMVOLUME_H