00001
00002
00003 #ifndef _GSTREAMERMM_AUDIOSINK_H
00004 #define _GSTREAMERMM_AUDIOSINK_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 <gst/audio/gstaudiosink.h>
00029 #include <gstreamermm/baseaudiosink.h>
00030 #include <gstreamermm/ringbuffer.h>
00031
00032
00033 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00034 typedef struct _GstAudioSink GstAudioSink;
00035 typedef struct _GstAudioSinkClass GstAudioSinkClass;
00036 #endif
00037
00038
00039 namespace Gst
00040 { class AudioSink_Class; }
00041 namespace Gst
00042 {
00043
00066 class AudioSink : public Gst::BaseAudioSink
00067 {
00068
00069 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00070
00071 public:
00072 typedef AudioSink CppObjectType;
00073 typedef AudioSink_Class CppClassType;
00074 typedef GstAudioSink BaseObjectType;
00075 typedef GstAudioSinkClass BaseClassType;
00076
00077 private: friend class AudioSink_Class;
00078 static CppClassType audiosink_class_;
00079
00080 private:
00081
00082 AudioSink(const AudioSink&);
00083 AudioSink& operator=(const AudioSink&);
00084
00085 protected:
00086 explicit AudioSink(const Glib::ConstructParams& construct_params);
00087 explicit AudioSink(GstAudioSink* castitem);
00088
00089 #endif
00090
00091 public:
00092 virtual ~AudioSink();
00093
00094 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00095 static GType get_type() G_GNUC_CONST;
00096
00097
00098 static GType get_base_type() G_GNUC_CONST;
00099 #endif
00100
00102 GstAudioSink* gobj() { return reinterpret_cast<GstAudioSink*>(gobject_); }
00103
00105 const GstAudioSink* gobj() const { return reinterpret_cast<GstAudioSink*>(gobject_); }
00106
00108 GstAudioSink* gobj_copy();
00109
00110 private:
00111
00112
00113 public:
00114
00115
00116
00118
00119
00120
00121
00122 #ifdef GLIBMM_VFUNCS_ENABLED
00123
00125 virtual bool prepare_vfunc(const Gst::RingBufferSpec& spec);
00126 #endif //GLIBMM_VFUNCS_ENABLED
00127
00128
00129
00130
00132
00133
00134
00135
00136
00137
00139
00140
00141
00142 #ifdef GLIBMM_VFUNCS_ENABLED
00143
00145 virtual guint write_vfunc(const void* data, guint length);
00146 #endif //GLIBMM_VFUNCS_ENABLED
00147
00151 #ifdef GLIBMM_VFUNCS_ENABLED
00152 virtual guint get_delay_vfunc();
00153 #endif //GLIBMM_VFUNCS_ENABLED
00154
00155
00159 #ifdef GLIBMM_VFUNCS_ENABLED
00160 virtual void reset_vfunc();
00161 #endif //GLIBMM_VFUNCS_ENABLED
00162
00163
00164 protected:
00165
00166
00167 public:
00168
00169 public:
00170
00171 #ifdef GLIBMM_VFUNCS_ENABLED
00172 #endif //GLIBMM_VFUNCS_ENABLED
00173
00174 protected:
00175
00176 #ifdef GLIBMM_VFUNCS_ENABLED
00177 #endif //GLIBMM_VFUNCS_ENABLED
00178
00179
00180 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00181 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00182
00183
00184 };
00185
00186 }
00187
00188
00189 namespace Glib
00190 {
00199 Glib::RefPtr<Gst::AudioSink> wrap(GstAudioSink* object, bool take_copy = false);
00200 }
00201
00202
00203 #endif
00204