00001
00002
00003 #ifndef _GSTREAMERMM_ALSASINK_H
00004 #define _GSTREAMERMM_ALSASINK_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/audiosink.h>
00029 #include <gstreamermm/propertyprobe.h>
00030
00031
00032 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00033 typedef struct _GstAlsaSink GstAlsaSink;
00034 typedef struct _GstAlsaSinkClass GstAlsaSinkClass;
00035 #endif
00036
00037
00038 namespace Gst
00039 { class AlsaSink_Class; }
00040 namespace Gst
00041 {
00042
00053 class AlsaSink
00054 : public Gst::AudioSink, public Gst::PropertyProbe
00055 {
00056
00057 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00058
00059 public:
00060 typedef AlsaSink CppObjectType;
00061 typedef AlsaSink_Class CppClassType;
00062 typedef GstAlsaSink BaseObjectType;
00063 typedef GstAlsaSinkClass BaseClassType;
00064
00065 private: friend class AlsaSink_Class;
00066 static CppClassType alsasink_class_;
00067
00068 private:
00069
00070 AlsaSink(const AlsaSink&);
00071 AlsaSink& operator=(const AlsaSink&);
00072
00073 protected:
00074 explicit AlsaSink(const Glib::ConstructParams& construct_params);
00075 explicit AlsaSink(GstAlsaSink* castitem);
00076
00077 #endif
00078
00079 public:
00080 virtual ~AlsaSink();
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 GstAlsaSink* gobj() { return reinterpret_cast<GstAlsaSink*>(gobject_); }
00089
00091 const GstAlsaSink* gobj() const { return reinterpret_cast<GstAlsaSink*>(gobject_); }
00092
00094 GstAlsaSink* gobj_copy();
00095
00096 private:
00097
00098
00099 protected:
00100 AlsaSink();
00101 AlsaSink(const Glib::ustring& name);
00102
00103 public:
00107 static Glib::RefPtr<AlsaSink> create();
00108
00109
00113 static Glib::RefPtr<AlsaSink> create(const Glib::ustring& name);
00114
00115
00116 #ifdef GLIBMM_PROPERTIES_ENABLED
00117
00123 Glib::PropertyProxy<Glib::ustring> property_device() ;
00124 #endif //#GLIBMM_PROPERTIES_ENABLED
00125
00126 #ifdef GLIBMM_PROPERTIES_ENABLED
00127
00133 Glib::PropertyProxy_ReadOnly<Glib::ustring> property_device() const;
00134 #endif //#GLIBMM_PROPERTIES_ENABLED
00135
00136 #ifdef GLIBMM_PROPERTIES_ENABLED
00137
00143 Glib::PropertyProxy_ReadOnly<Glib::ustring> property_device_name() const;
00144 #endif //#GLIBMM_PROPERTIES_ENABLED
00145
00146
00147 public:
00148
00149 public:
00150
00151 #ifdef GLIBMM_VFUNCS_ENABLED
00152 #endif //GLIBMM_VFUNCS_ENABLED
00153
00154 protected:
00155
00156 #ifdef GLIBMM_VFUNCS_ENABLED
00157 #endif //GLIBMM_VFUNCS_ENABLED
00158
00159
00160 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00161 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00162
00163
00164 };
00165
00166 }
00167
00168
00169 namespace Glib
00170 {
00179 Glib::RefPtr<Gst::AlsaSink> wrap(GstAlsaSink* object, bool take_copy = false);
00180 }
00181
00182
00183 #endif
00184