00001
00002
00003 #ifndef _GSTREAMERMM_VOLUME_H
00004 #define _GSTREAMERMM_VOLUME_H
00005
00006
00007 #include <glibmm.h>
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #include <gstreamermm/audiofilter.h>
00029 #include <gstreamermm/interface.h>
00030 #include <gstreamermm/mixer.h>
00031
00032
00033 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00034 typedef struct _GstVolume GstVolume;
00035 typedef struct _GstVolumeClass GstVolumeClass;
00036 #endif
00037
00038
00039 namespace Gst
00040 { class Volume_Class; }
00041 namespace Gst
00042 {
00043
00054 class Volume
00055 : public Gst::AudioFilter, public Gst::Interface, public Gst::Mixer
00056 {
00057
00058 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00059
00060 public:
00061 typedef Volume CppObjectType;
00062 typedef Volume_Class CppClassType;
00063 typedef GstVolume BaseObjectType;
00064 typedef GstVolumeClass BaseClassType;
00065
00066 private: friend class Volume_Class;
00067 static CppClassType volume_class_;
00068
00069 private:
00070
00071 Volume(const Volume&);
00072 Volume& operator=(const Volume&);
00073
00074 protected:
00075 explicit Volume(const Glib::ConstructParams& construct_params);
00076 explicit Volume(GstVolume* castitem);
00077
00078 #endif
00079
00080 public:
00081 virtual ~Volume();
00082
00083 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00084 static GType get_type() G_GNUC_CONST;
00085 static GType get_base_type() G_GNUC_CONST;
00086 #endif
00087
00089 GstVolume* gobj() { return reinterpret_cast<GstVolume*>(gobject_); }
00090
00092 const GstVolume* gobj() const { return reinterpret_cast<GstVolume*>(gobject_); }
00093
00095 GstVolume* gobj_copy();
00096
00097 private:
00098
00099
00100 protected:
00101 Volume();
00102 Volume(const Glib::ustring& name);
00103
00104 public:
00108 static Glib::RefPtr<Volume> create();
00109
00110
00114 static Glib::RefPtr<Volume> create(const Glib::ustring& name);
00115
00116
00117 #ifdef GLIBMM_PROPERTIES_ENABLED
00118
00124 Glib::PropertyProxy<bool> property_mute() ;
00125 #endif //#GLIBMM_PROPERTIES_ENABLED
00126
00127 #ifdef GLIBMM_PROPERTIES_ENABLED
00128
00134 Glib::PropertyProxy_ReadOnly<bool> property_mute() const;
00135 #endif //#GLIBMM_PROPERTIES_ENABLED
00136
00137 #ifdef GLIBMM_PROPERTIES_ENABLED
00138
00144 Glib::PropertyProxy<double> property_volume() ;
00145 #endif //#GLIBMM_PROPERTIES_ENABLED
00146
00147 #ifdef GLIBMM_PROPERTIES_ENABLED
00148
00154 Glib::PropertyProxy_ReadOnly<double> property_volume() const;
00155 #endif //#GLIBMM_PROPERTIES_ENABLED
00156
00157
00158 public:
00159
00160 public:
00161
00162 #ifdef GLIBMM_VFUNCS_ENABLED
00163 #endif //GLIBMM_VFUNCS_ENABLED
00164
00165 protected:
00166
00167 #ifdef GLIBMM_VFUNCS_ENABLED
00168 #endif //GLIBMM_VFUNCS_ENABLED
00169
00170
00171 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00172 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00173
00174
00175 };
00176
00177 }
00178
00179
00180 namespace Glib
00181 {
00190 Glib::RefPtr<Gst::Volume> wrap(GstVolume* object, bool take_copy = false);
00191 }
00192
00193
00194 #endif
00195