00001
00002
00003 #ifndef _GSTREAMERMM_AUDIORESAMPLE_H
00004 #define _GSTREAMERMM_AUDIORESAMPLE_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
00030
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstAudioResample GstAudioResample;
00033 typedef struct _GstAudioResampleClass GstAudioResampleClass;
00034 #endif
00035
00036
00037 namespace Gst
00038 { class AudioResample_Class; }
00039 namespace Gst
00040 {
00041
00042
00053 class AudioResample
00054 : public Gst::BaseTransform
00055 {
00056
00057 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00058
00059 public:
00060 typedef AudioResample CppObjectType;
00061 typedef AudioResample_Class CppClassType;
00062 typedef GstAudioResample BaseObjectType;
00063 typedef GstAudioResampleClass BaseClassType;
00064
00065 private: friend class AudioResample_Class;
00066 static CppClassType audioresample_class_;
00067
00068 private:
00069
00070 AudioResample(const AudioResample&);
00071 AudioResample& operator=(const AudioResample&);
00072
00073 protected:
00074 explicit AudioResample(const Glib::ConstructParams& construct_params);
00075 explicit AudioResample(GstAudioResample* castitem);
00076
00077 #endif
00078
00079 public:
00080 virtual ~AudioResample();
00081
00082 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00083 static GType get_type() G_GNUC_CONST;
00084 static GType get_base_type() G_GNUC_CONST;
00085 #endif
00086
00088 GstAudioResample* gobj() { return reinterpret_cast<GstAudioResample*>(gobject_); }
00089
00091 const GstAudioResample* gobj() const { return reinterpret_cast<GstAudioResample*>(gobject_); }
00092
00094 GstAudioResample* gobj_copy();
00095
00096 private:
00097
00098
00099 protected:
00100 AudioResample();
00101 AudioResample(const Glib::ustring& name);
00102
00103 public:
00107 static Glib::RefPtr<AudioResample> create();
00108
00109
00113 static Glib::RefPtr<AudioResample> create(const Glib::ustring& name);
00114
00115
00116
00117
00118
00119
00120 public:
00121
00122 public:
00123
00124 #ifdef GLIBMM_VFUNCS_ENABLED
00125 #endif //GLIBMM_VFUNCS_ENABLED
00126
00127 protected:
00128
00129 #ifdef GLIBMM_VFUNCS_ENABLED
00130 #endif //GLIBMM_VFUNCS_ENABLED
00131
00132
00133 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00134 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00135
00136
00137 };
00138
00139 }
00140
00141
00142 namespace Glib
00143 {
00152 Glib::RefPtr<Gst::AudioResample> wrap(GstAudioResample* object, bool take_copy = false);
00153 }
00154
00155
00156 #endif
00157