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
00052 class AudioResample
00053 : public Gst::BaseTransform
00054 {
00055
00056 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00057
00058 public:
00059 typedef AudioResample CppObjectType;
00060 typedef AudioResample_Class CppClassType;
00061 typedef GstAudioResample BaseObjectType;
00062 typedef GstAudioResampleClass BaseClassType;
00063
00064 private: friend class AudioResample_Class;
00065 static CppClassType audioresample_class_;
00066
00067 private:
00068
00069 AudioResample(const AudioResample&);
00070 AudioResample& operator=(const AudioResample&);
00071
00072 protected:
00073 explicit AudioResample(const Glib::ConstructParams& construct_params);
00074 explicit AudioResample(GstAudioResample* castitem);
00075
00076 #endif
00077
00078 public:
00079 virtual ~AudioResample();
00080
00081 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00082 static GType get_type() G_GNUC_CONST;
00083 static GType get_base_type() G_GNUC_CONST;
00084 #endif
00085
00087 GstAudioResample* gobj() { return reinterpret_cast<GstAudioResample*>(gobject_); }
00088
00090 const GstAudioResample* gobj() const { return reinterpret_cast<GstAudioResample*>(gobject_); }
00091
00093 GstAudioResample* gobj_copy();
00094
00095 private:
00096
00097
00098 protected:
00099 AudioResample();
00100 AudioResample(const Glib::ustring& name);
00101
00102 public:
00106 static Glib::RefPtr<AudioResample> create();
00107
00108
00112 static Glib::RefPtr<AudioResample> create(const Glib::ustring& name);
00113
00114
00115 #ifdef GLIBMM_PROPERTIES_ENABLED
00116
00122 Glib::PropertyProxy<int> property_quality() ;
00123 #endif //#GLIBMM_PROPERTIES_ENABLED
00124
00125 #ifdef GLIBMM_PROPERTIES_ENABLED
00126
00132 Glib::PropertyProxy_ReadOnly<int> property_quality() const;
00133 #endif //#GLIBMM_PROPERTIES_ENABLED
00134
00135 #ifdef GLIBMM_PROPERTIES_ENABLED
00136
00142 Glib::PropertyProxy<int> property_filter_length() ;
00143 #endif //#GLIBMM_PROPERTIES_ENABLED
00144
00145 #ifdef GLIBMM_PROPERTIES_ENABLED
00146
00152 Glib::PropertyProxy_ReadOnly<int> property_filter_length() const;
00153 #endif //#GLIBMM_PROPERTIES_ENABLED
00154
00155
00156 public:
00157
00158 public:
00159
00160 #ifdef GLIBMM_VFUNCS_ENABLED
00161 #endif //GLIBMM_VFUNCS_ENABLED
00162
00163 protected:
00164
00165 #ifdef GLIBMM_VFUNCS_ENABLED
00166 #endif //GLIBMM_VFUNCS_ENABLED
00167
00168
00169 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00170 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00171
00172
00173 };
00174
00175 }
00176
00177
00178 namespace Glib
00179 {
00188 Glib::RefPtr<Gst::AudioResample> wrap(GstAudioResample* object, bool take_copy = false);
00189 }
00190
00191
00192 #endif
00193