audiofilter.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_AUDIOFILTER_H
00004 #define _GSTREAMERMM_AUDIOFILTER_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 /* gstreamermm - a C++ wrapper for gstreamer
00010  *
00011  * Copyright 2008 The gstreamermm Development Team
00012  *
00013  * This library is free software; you can redistribute it and/or
00014  * modify it under the terms of the GNU Lesser General Public
00015  * License as published by the Free Software Foundation; either
00016  * version 2.1 of the License, or (at your option) any later version.
00017  *
00018  * This library is distributed in the hope that it will be useful,
00019  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00020  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00021  * Lesser General Public License for more details.
00022  *
00023  * You should have received a copy of the GNU Lesser General Public
00024  * License along with this library; if not, write to the Free
00025  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00026  */
00027 
00028 #include <gstreamermm/basetransform.h>
00029 #include <gstreamermm/ringbuffer.h>
00030 
00031 
00032 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00033 typedef struct _GstAudioFilter GstAudioFilter;
00034 typedef struct _GstAudioFilterClass GstAudioFilterClass;
00035 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00036 
00037 
00038 namespace Gst
00039 { class AudioFilter_Class; } // namespace Gst
00040 namespace Gst
00041 {
00042 
00060 class AudioFilter : public Gst::BaseTransform
00061 {
00062   
00063 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00064 
00065 public:
00066   typedef AudioFilter CppObjectType;
00067   typedef AudioFilter_Class CppClassType;
00068   typedef GstAudioFilter BaseObjectType;
00069   typedef GstAudioFilterClass BaseClassType;
00070 
00071 private:  friend class AudioFilter_Class;
00072   static CppClassType audiofilter_class_;
00073 
00074 private:
00075   // noncopyable
00076   AudioFilter(const AudioFilter&);
00077   AudioFilter& operator=(const AudioFilter&);
00078 
00079 protected:
00080   explicit AudioFilter(const Glib::ConstructParams& construct_params);
00081   explicit AudioFilter(GstAudioFilter* castitem);
00082 
00083 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00084 
00085 public:
00086   virtual ~AudioFilter();
00087 
00088 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00089   static GType get_type()      G_GNUC_CONST;
00090   static GType get_base_type() G_GNUC_CONST;
00091 #endif
00092 
00094   GstAudioFilter*       gobj()       { return reinterpret_cast<GstAudioFilter*>(gobject_); }
00095 
00097   const GstAudioFilter* gobj() const { return reinterpret_cast<GstAudioFilter*>(gobject_); }
00098 
00100   GstAudioFilter* gobj_copy();
00101 
00102 private:
00103 
00104 
00105 public:
00106 #ifdef GLIBMM_VFUNCS_ENABLED
00107 
00109   virtual bool setup_vfunc(const Gst::RingBufferSpec& format);
00110 #endif //GLIBMM_VFUNCS_ENABLED
00111 
00112 protected:
00113 
00114   
00115 public:
00116 
00117 public:
00118   //C++ methods used to invoke GTK+ virtual functions:
00119 #ifdef GLIBMM_VFUNCS_ENABLED
00120 #endif //GLIBMM_VFUNCS_ENABLED
00121 
00122 protected:
00123   //GTK+ Virtual Functions (override these to change behaviour):
00124 #ifdef GLIBMM_VFUNCS_ENABLED
00125 #endif //GLIBMM_VFUNCS_ENABLED
00126 
00127   //Default Signal Handlers::
00128 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00129 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00130 
00131 
00132 };
00133 
00134 } // namespace Gst
00135 
00136 
00137 namespace Glib
00138 {
00147   Glib::RefPtr<Gst::AudioFilter> wrap(GstAudioFilter* object, bool take_copy = false);
00148 }
00149 
00150 
00151 #endif /* _GSTREAMERMM_AUDIOFILTER_H */
00152 

Generated on Wed Aug 19 15:53:11 2009 for gstreamermm by  doxygen 1.5.4