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