videorate.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_VIDEORATE_H
00004 #define _GSTREAMERMM_VIDEORATE_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 _GstVideoRate GstVideoRate;
00033 typedef struct _GstVideoRateClass GstVideoRateClass;
00034 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00035 
00036 
00037 namespace Gst
00038 { class VideoRate_Class; } // namespace Gst
00039 namespace Gst
00040 {
00041 
00052 class VideoRate
00053 : public Gst::Element
00054 {
00055   
00056 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00057 
00058 public:
00059   typedef VideoRate CppObjectType;
00060   typedef VideoRate_Class CppClassType;
00061   typedef GstVideoRate BaseObjectType;
00062   typedef GstVideoRateClass BaseClassType;
00063 
00064 private:  friend class VideoRate_Class;
00065   static CppClassType videorate_class_;
00066 
00067 private:
00068   // noncopyable
00069   VideoRate(const VideoRate&);
00070   VideoRate& operator=(const VideoRate&);
00071 
00072 protected:
00073   explicit VideoRate(const Glib::ConstructParams& construct_params);
00074   explicit VideoRate(GstVideoRate* castitem);
00075 
00076 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00077 
00078 public:
00079   virtual ~VideoRate();
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   GstVideoRate*       gobj()       { return reinterpret_cast<GstVideoRate*>(gobject_); }
00088 
00090   const GstVideoRate* gobj() const { return reinterpret_cast<GstVideoRate*>(gobject_); }
00091 
00093   GstVideoRate* gobj_copy();
00094 
00095 private:
00096 
00097   
00098 protected:
00099   VideoRate();
00100   VideoRate(const Glib::ustring& name);
00101 
00102 public:
00106   static Glib::RefPtr<VideoRate> create();
00107 
00108 
00112   static Glib::RefPtr<VideoRate> create(const Glib::ustring& name);
00113 
00114 
00115   #ifdef GLIBMM_PROPERTIES_ENABLED
00116 
00122   Glib::PropertyProxy_ReadOnly<guint64> property_in() const;
00123 #endif //#GLIBMM_PROPERTIES_ENABLED
00124 
00125 
00126   #ifdef GLIBMM_PROPERTIES_ENABLED
00127 
00133   Glib::PropertyProxy_ReadOnly<guint64> property_out() const;
00134 #endif //#GLIBMM_PROPERTIES_ENABLED
00135 
00136 
00137   #ifdef GLIBMM_PROPERTIES_ENABLED
00138 
00144   Glib::PropertyProxy_ReadOnly<guint64> property_duplicate() const;
00145 #endif //#GLIBMM_PROPERTIES_ENABLED
00146 
00147 
00148   #ifdef GLIBMM_PROPERTIES_ENABLED
00149 
00155   Glib::PropertyProxy_ReadOnly<guint64> property_drop() const;
00156 #endif //#GLIBMM_PROPERTIES_ENABLED
00157 
00158 
00159   #ifdef GLIBMM_PROPERTIES_ENABLED
00160 
00166   Glib::PropertyProxy<bool> property_silent() ;
00167 #endif //#GLIBMM_PROPERTIES_ENABLED
00168 
00169 #ifdef GLIBMM_PROPERTIES_ENABLED
00170 
00176   Glib::PropertyProxy_ReadOnly<bool> property_silent() const;
00177 #endif //#GLIBMM_PROPERTIES_ENABLED
00178 
00179   #ifdef GLIBMM_PROPERTIES_ENABLED
00180 
00186   Glib::PropertyProxy<double> property_new_pref() ;
00187 #endif //#GLIBMM_PROPERTIES_ENABLED
00188 
00189 #ifdef GLIBMM_PROPERTIES_ENABLED
00190 
00196   Glib::PropertyProxy_ReadOnly<double> property_new_pref() const;
00197 #endif //#GLIBMM_PROPERTIES_ENABLED
00198 
00199 
00200 public:
00201 
00202 public:
00203   //C++ methods used to invoke GTK+ virtual functions:
00204 #ifdef GLIBMM_VFUNCS_ENABLED
00205 #endif //GLIBMM_VFUNCS_ENABLED
00206 
00207 protected:
00208   //GTK+ Virtual Functions (override these to change behaviour):
00209 #ifdef GLIBMM_VFUNCS_ENABLED
00210 #endif //GLIBMM_VFUNCS_ENABLED
00211 
00212   //Default Signal Handlers::
00213 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00214 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00215 
00216 
00217 };
00218 
00219 } //namespace Gst
00220 
00221 
00222 namespace Glib
00223 {
00232   Glib::RefPtr<Gst::VideoRate> wrap(GstVideoRate* object, bool take_copy = false);
00233 }
00234 
00235 
00236 #endif /* _GSTREAMERMM_VIDEORATE_H */
00237 

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