gdppay.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_GDPPAY_H
00004 #define _GSTREAMERMM_GDPPAY_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 /* gstreamermm - a C++ wrapper for gstreamer
00010  *
00011  * Copyright 2008 The gstreamermm Development Team
00012  *
00013  * This library is free software; you can redistribute it and/or
00014  * modify it under the terms of the GNU Lesser General Public
00015  * License as published by the Free Software Foundation; either
00016  * version 2.1 of the License, or (at your option) any later version.
00017  *
00018  * This library is distributed in the hope that it will be useful,
00019  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00020  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00021  * Lesser General Public License for more details.
00022  *
00023  * You should have received a copy of the GNU Lesser General Public
00024  * License along with this library; if not, write to the Free
00025  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00026  */
00027 
00028 #include <gstreamermm/element.h>
00029 
00030 
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstGDPPay GstGDPPay;
00033 typedef struct _GstGDPPayClass GstGDPPayClass;
00034 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00035 
00036 
00037 namespace Gst
00038 { class GDPPay_Class; } // namespace Gst
00039 namespace Gst
00040 {
00041 
00047 enum DPVersion
00048 {
00049   GDP_VERSION_0_2 = 1,
00050   GDP_VERSION_1_0
00051 };
00052 
00053 } // namespace Gst
00054 
00055 
00056 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00057 namespace Glib
00058 {
00059 
00060 template <>
00061 class Value<Gst::DPVersion> : public Glib::Value_Enum<Gst::DPVersion>
00062 {
00063 public:
00064   static GType value_type() G_GNUC_CONST;
00065 };
00066 
00067 } // namespace Glib
00068 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00069 
00070 
00071 namespace Gst
00072 {
00073 
00074 
00085 class GDPPay
00086 : public Gst::Element
00087 {
00088   
00089 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00090 
00091 public:
00092   typedef GDPPay CppObjectType;
00093   typedef GDPPay_Class CppClassType;
00094   typedef GstGDPPay BaseObjectType;
00095   typedef GstGDPPayClass BaseClassType;
00096 
00097 private:  friend class GDPPay_Class;
00098   static CppClassType gdppay_class_;
00099 
00100 private:
00101   // noncopyable
00102   GDPPay(const GDPPay&);
00103   GDPPay& operator=(const GDPPay&);
00104 
00105 protected:
00106   explicit GDPPay(const Glib::ConstructParams& construct_params);
00107   explicit GDPPay(GstGDPPay* castitem);
00108 
00109 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00110 
00111 public:
00112   virtual ~GDPPay();
00113 
00114 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00115   static GType get_type()      G_GNUC_CONST;
00116   static GType get_base_type() G_GNUC_CONST;
00117 #endif
00118 
00120   GstGDPPay*       gobj()       { return reinterpret_cast<GstGDPPay*>(gobject_); }
00121 
00123   const GstGDPPay* gobj() const { return reinterpret_cast<GstGDPPay*>(gobject_); }
00124 
00126   GstGDPPay* gobj_copy();
00127 
00128 private:
00129 
00130   
00131 protected:
00132   GDPPay();
00133   GDPPay(const Glib::ustring& name);
00134 
00135 public:
00139   static Glib::RefPtr<GDPPay> create();
00140 
00141 
00145   static Glib::RefPtr<GDPPay> create(const Glib::ustring& name);
00146 
00147 
00148   #ifdef GLIBMM_PROPERTIES_ENABLED
00149 
00155   Glib::PropertyProxy<bool> property_crc_header() ;
00156 #endif //#GLIBMM_PROPERTIES_ENABLED
00157 
00158 #ifdef GLIBMM_PROPERTIES_ENABLED
00159 
00165   Glib::PropertyProxy_ReadOnly<bool> property_crc_header() const;
00166 #endif //#GLIBMM_PROPERTIES_ENABLED
00167 
00168   #ifdef GLIBMM_PROPERTIES_ENABLED
00169 
00175   Glib::PropertyProxy<bool> property_crc_payload() ;
00176 #endif //#GLIBMM_PROPERTIES_ENABLED
00177 
00178 #ifdef GLIBMM_PROPERTIES_ENABLED
00179 
00185   Glib::PropertyProxy_ReadOnly<bool> property_crc_payload() const;
00186 #endif //#GLIBMM_PROPERTIES_ENABLED
00187 
00188   #ifdef GLIBMM_PROPERTIES_ENABLED
00189 
00195   Glib::PropertyProxy<DPVersion> property_version() ;
00196 #endif //#GLIBMM_PROPERTIES_ENABLED
00197 
00198 #ifdef GLIBMM_PROPERTIES_ENABLED
00199 
00205   Glib::PropertyProxy_ReadOnly<DPVersion> property_version() const;
00206 #endif //#GLIBMM_PROPERTIES_ENABLED
00207 
00208 
00209 public:
00210 
00211 public:
00212   //C++ methods used to invoke GTK+ virtual functions:
00213 #ifdef GLIBMM_VFUNCS_ENABLED
00214 #endif //GLIBMM_VFUNCS_ENABLED
00215 
00216 protected:
00217   //GTK+ Virtual Functions (override these to change behaviour):
00218 #ifdef GLIBMM_VFUNCS_ENABLED
00219 #endif //GLIBMM_VFUNCS_ENABLED
00220 
00221   //Default Signal Handlers::
00222 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00223 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00224 
00225 
00226 };
00227 
00228 } //namespace Gst
00229 
00230 
00231 namespace Glib
00232 {
00241   Glib::RefPtr<Gst::GDPPay> wrap(GstGDPPay* object, bool take_copy = false);
00242 }
00243 
00244 
00245 #endif /* _GSTREAMERMM_GDPPAY_H */
00246 

Generated on Wed Aug 19 15:53:21 2009 for gstreamermm by  doxygen 1.5.4