00001
00002
00003 #ifndef _GSTREAMERMM_PUSHSRC_H
00004 #define _GSTREAMERMM_PUSHSRC_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
00029
00030 #include <gstreamermm/basesrc.h>
00031
00032
00033 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00034 typedef struct _GstPushSrc GstPushSrc;
00035 typedef struct _GstPushSrcClass GstPushSrcClass;
00036 #endif
00037
00038
00039 namespace Gst
00040 { class PushSrc_Class; }
00041 namespace Gst
00042 {
00065 class PushSrc
00066 : public BaseSrc
00067 {
00068
00069 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00070
00071 public:
00072 typedef PushSrc CppObjectType;
00073 typedef PushSrc_Class CppClassType;
00074 typedef GstPushSrc BaseObjectType;
00075 typedef GstPushSrcClass BaseClassType;
00076
00077 private: friend class PushSrc_Class;
00078 static CppClassType pushsrc_class_;
00079
00080 private:
00081
00082 PushSrc(const PushSrc&);
00083 PushSrc& operator=(const PushSrc&);
00084
00085 protected:
00086 explicit PushSrc(const Glib::ConstructParams& construct_params);
00087 explicit PushSrc(GstPushSrc* castitem);
00088
00089 #endif
00090
00091 public:
00092 virtual ~PushSrc();
00093
00094 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00095 static GType get_type() G_GNUC_CONST;
00096 static GType get_base_type() G_GNUC_CONST;
00097 #endif
00098
00100 GstPushSrc* gobj() { return reinterpret_cast<GstPushSrc*>(gobject_); }
00101
00103 const GstPushSrc* gobj() const { return reinterpret_cast<GstPushSrc*>(gobject_); }
00104
00106 GstPushSrc* gobj_copy();
00107
00108 private:
00109
00110
00111 public:
00112
00113 public:
00114
00115 #ifdef GLIBMM_VFUNCS_ENABLED
00116 #endif //GLIBMM_VFUNCS_ENABLED
00117
00118 protected:
00119
00120 #ifdef GLIBMM_VFUNCS_ENABLED
00121 #endif //GLIBMM_VFUNCS_ENABLED
00122
00123
00124 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00125 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00126
00127
00128 };
00129
00130 }
00131
00132
00133 namespace Glib
00134 {
00143 Glib::RefPtr<Gst::PushSrc> wrap(GstPushSrc* object, bool take_copy = false);
00144 }
00145
00146
00147 #endif
00148