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