00001
00002
00003 #ifndef _GSTREAMERMM_GDPDEPAY_H
00004 #define _GSTREAMERMM_GDPDEPAY_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/element.h>
00029
00030
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstGDPDepay GstGDPDepay;
00033 typedef struct _GstGDPDepayClass GstGDPDepayClass;
00034 #endif
00035
00036
00037 namespace Gst
00038 { class GDPDepay_Class; }
00039 namespace Gst
00040 {
00041
00052 class GDPDepay
00053 : public Gst::Element
00054 {
00055
00056 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00057
00058 public:
00059 typedef GDPDepay CppObjectType;
00060 typedef GDPDepay_Class CppClassType;
00061 typedef GstGDPDepay BaseObjectType;
00062 typedef GstGDPDepayClass BaseClassType;
00063
00064 private: friend class GDPDepay_Class;
00065 static CppClassType gdpdepay_class_;
00066
00067 private:
00068
00069 GDPDepay(const GDPDepay&);
00070 GDPDepay& operator=(const GDPDepay&);
00071
00072 protected:
00073 explicit GDPDepay(const Glib::ConstructParams& construct_params);
00074 explicit GDPDepay(GstGDPDepay* castitem);
00075
00076 #endif
00077
00078 public:
00079 virtual ~GDPDepay();
00080
00081 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00082 static GType get_type() G_GNUC_CONST;
00083 static GType get_base_type() G_GNUC_CONST;
00084 #endif
00085
00087 GstGDPDepay* gobj() { return reinterpret_cast<GstGDPDepay*>(gobject_); }
00088
00090 const GstGDPDepay* gobj() const { return reinterpret_cast<GstGDPDepay*>(gobject_); }
00091
00093 GstGDPDepay* gobj_copy();
00094
00095 private:
00096
00097
00098 protected:
00099 GDPDepay();
00100 GDPDepay(const Glib::ustring& name);
00101
00102 public:
00106 static Glib::RefPtr<GDPDepay> create();
00107
00108
00112 static Glib::RefPtr<GDPDepay> create(const Glib::ustring& name);
00113
00114
00115 public:
00116
00117 public:
00118
00119 #ifdef GLIBMM_VFUNCS_ENABLED
00120 #endif //GLIBMM_VFUNCS_ENABLED
00121
00122 protected:
00123
00124 #ifdef GLIBMM_VFUNCS_ENABLED
00125 #endif //GLIBMM_VFUNCS_ENABLED
00126
00127
00128 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00129 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00130
00131
00132 };
00133
00134 }
00135
00136
00137 namespace Glib
00138 {
00147 Glib::RefPtr<Gst::GDPDepay> wrap(GstGDPDepay* object, bool take_copy = false);
00148 }
00149
00150
00151 #endif
00152