gstreamermm: Gst::StreamVolume Class Reference
An interface for elements that provide a stream volume. More...


Public Member Functions | |
| virtual | ~StreamVolume () |
| GstStreamVolume* | gobj () |
| Provides access to the underlying C GObject. More... | |
| const GstStreamVolume* | gobj () const |
| Provides access to the underlying C GObject. More... | |
| double | get_volume (Gst::StreamVolumeFormat format) |
| void | set_volume (Gst::StreamVolumeFormat format, double val) |
| bool | get_mute () |
| void | set_mute (bool mute) |
| Glib::PropertyProxy< bool > | property_mute () |
| Mute the audio channel without changing the volume. More... | |
| Glib::PropertyProxy_ReadOnly < bool > | property_mute () const |
| Mute the audio channel without changing the volume. More... | |
| Glib::PropertyProxy< double > | property_volume () |
| Linear volume factor, 1.0=100%. More... | |
| Glib::PropertyProxy_ReadOnly < double > | property_volume () const |
| Linear volume factor, 1.0=100%. More... | |
Static Public Member Functions | |
| static void | add_interface (GType gtype_implementer) |
| static GType | get_type () |
| Get the GType for this class, for use with the underlying GObject type system. More... | |
| static double | convert_volume (Gst::StreamVolumeFormat from, Gst::StreamVolumeFormat to, double val) |
Protected Member Functions | |
| StreamVolume () | |
| You should derive from this class to use it. More... | |
Related Functions | |
(Note that these are not member functions.) | |
| Glib::RefPtr< Gst::StreamVolume > | wrap (GstStreamVolume* object, bool take_copy=false) |
| A Glib::wrap() method for this object. More... | |
Detailed Description
An interface for elements that provide a stream volume.
Constructor & Destructor Documentation
|
protected |
You should derive from this class to use it.
|
virtual |
Member Function Documentation
|
static |
|
static |
- Parameters
-
from Gst::StreamVolumeFormat to convert from. to Gst::StreamVolumeFormat to convert to. val Volume in from format that should be converted.
- Returns
- The converted volume.
| bool Gst::StreamVolume::get_mute | ( | ) |
- Returns
- Returns
trueif the stream is muted.
|
static |
Get the GType for this class, for use with the underlying GObject type system.
| double Gst::StreamVolume::get_volume | ( | Gst::StreamVolumeFormat | format | ) |
- Parameters
-
format Gst::StreamVolumeFormat which should be returned.
- Returns
- The current stream volume as linear factor.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
| Glib::PropertyProxy< bool > Gst::StreamVolume::property_mute | ( | ) |
Mute the audio channel without changing the volume.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.
| Glib::PropertyProxy_ReadOnly< bool > Gst::StreamVolume::property_mute | ( | ) | const |
Mute the audio channel without changing the volume.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
| Glib::PropertyProxy< double > Gst::StreamVolume::property_volume | ( | ) |
Linear volume factor, 1.0=100%.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.
| Glib::PropertyProxy_ReadOnly< double > Gst::StreamVolume::property_volume | ( | ) | const |
Linear volume factor, 1.0=100%.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
| void Gst::StreamVolume::set_mute | ( | bool | mute | ) |
- Parameters
-
mute Mute state that should be set.
| void Gst::StreamVolume::set_volume | ( | Gst::StreamVolumeFormat | format, |
| double | val | ||
| ) |
- Parameters
-
format Gst::StreamVolumeFormat of val. val Linear volume factor that should be set.
Friends And Related Function Documentation
|
related |
A Glib::wrap() method for this object.
- Parameters
-
object The C instance. take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file:
- gstreamermm/streamvolume.h
