00001
00002
00003 #ifndef _GSTREAMERMM_AUDIOFILTER_H
00004 #define _GSTREAMERMM_AUDIOFILTER_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/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
00036
00037
00038 namespace Gst
00039 { class AudioFilter_Class; }
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
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
00084
00085 public:
00086 virtual ~AudioFilter();
00087
00088 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00089 static GType get_type() G_GNUC_CONST;
00090
00091
00092 static GType get_base_type() G_GNUC_CONST;
00093 #endif
00094
00096 GstAudioFilter* gobj() { return reinterpret_cast<GstAudioFilter*>(gobject_); }
00097
00099 const GstAudioFilter* gobj() const { return reinterpret_cast<GstAudioFilter*>(gobject_); }
00100
00102 GstAudioFilter* gobj_copy();
00103
00104 private:
00105
00106
00107 public:
00108 #ifdef GLIBMM_VFUNCS_ENABLED
00109
00111 virtual bool setup_vfunc(const Gst::RingBufferSpec& format);
00112 #endif //GLIBMM_VFUNCS_ENABLED
00113
00114 protected:
00115
00116
00117 public:
00118
00119 public:
00120
00121 #ifdef GLIBMM_VFUNCS_ENABLED
00122 #endif //GLIBMM_VFUNCS_ENABLED
00123
00124 protected:
00125
00126 #ifdef GLIBMM_VFUNCS_ENABLED
00127 #endif //GLIBMM_VFUNCS_ENABLED
00128
00129
00130 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00131 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00132
00133
00134 };
00135
00136 }
00137
00138
00139 namespace Glib
00140 {
00149 Glib::RefPtr<Gst::AudioFilter> wrap(GstAudioFilter* object, bool take_copy = false);
00150 }
00151
00152
00153 #endif
00154