tcpclientsink.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_TCPCLIENTSINK_H
00004 #define _GSTREAMERMM_TCPCLIENTSINK_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/basesink.h>
00029 
00030 
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstTCPClientSink GstTCPClientSink;
00033 typedef struct _GstTCPClientSinkClass GstTCPClientSinkClass;
00034 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00035 
00036 
00037 namespace Gst
00038 { class TCPClientSink_Class; } // namespace Gst
00039 namespace Gst
00040 {
00041 
00052 class TCPClientSink
00053 : public Gst::BaseSink
00054 {
00055   
00056 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00057 
00058 public:
00059   typedef TCPClientSink CppObjectType;
00060   typedef TCPClientSink_Class CppClassType;
00061   typedef GstTCPClientSink BaseObjectType;
00062   typedef GstTCPClientSinkClass BaseClassType;
00063 
00064 private:  friend class TCPClientSink_Class;
00065   static CppClassType tcpclientsink_class_;
00066 
00067 private:
00068   // noncopyable
00069   TCPClientSink(const TCPClientSink&);
00070   TCPClientSink& operator=(const TCPClientSink&);
00071 
00072 protected:
00073   explicit TCPClientSink(const Glib::ConstructParams& construct_params);
00074   explicit TCPClientSink(GstTCPClientSink* castitem);
00075 
00076 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00077 
00078 public:
00079   virtual ~TCPClientSink();
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   GstTCPClientSink*       gobj()       { return reinterpret_cast<GstTCPClientSink*>(gobject_); }
00088 
00090   const GstTCPClientSink* gobj() const { return reinterpret_cast<GstTCPClientSink*>(gobject_); }
00091 
00093   GstTCPClientSink* gobj_copy();
00094 
00095 private:
00096 
00097   
00098 protected:
00099   TCPClientSink();
00100   TCPClientSink(const Glib::ustring& name);
00101 
00102 public:
00106   static Glib::RefPtr<TCPClientSink> create();
00107 
00108 
00112   static Glib::RefPtr<TCPClientSink> create(const Glib::ustring& name);
00113 
00114 
00115   #ifdef GLIBMM_PROPERTIES_ENABLED
00116 
00122   Glib::PropertyProxy<Glib::ustring> property_host() ;
00123 #endif //#GLIBMM_PROPERTIES_ENABLED
00124 
00125 #ifdef GLIBMM_PROPERTIES_ENABLED
00126 
00132   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_host() const;
00133 #endif //#GLIBMM_PROPERTIES_ENABLED
00134 
00135   #ifdef GLIBMM_PROPERTIES_ENABLED
00136 
00142   Glib::PropertyProxy<int> property_port() ;
00143 #endif //#GLIBMM_PROPERTIES_ENABLED
00144 
00145 #ifdef GLIBMM_PROPERTIES_ENABLED
00146 
00152   Glib::PropertyProxy_ReadOnly<int> property_port() const;
00153 #endif //#GLIBMM_PROPERTIES_ENABLED
00154 
00155   #ifdef GLIBMM_PROPERTIES_ENABLED
00156 
00162   Glib::PropertyProxy<Gst::TCPProtocol> property_protocol() ;
00163 #endif //#GLIBMM_PROPERTIES_ENABLED
00164 
00165 #ifdef GLIBMM_PROPERTIES_ENABLED
00166 
00172   Glib::PropertyProxy_ReadOnly<Gst::TCPProtocol> property_protocol() const;
00173 #endif //#GLIBMM_PROPERTIES_ENABLED
00174 
00175 
00176 public:
00177 
00178 public:
00179   //C++ methods used to invoke GTK+ virtual functions:
00180 #ifdef GLIBMM_VFUNCS_ENABLED
00181 #endif //GLIBMM_VFUNCS_ENABLED
00182 
00183 protected:
00184   //GTK+ Virtual Functions (override these to change behaviour):
00185 #ifdef GLIBMM_VFUNCS_ENABLED
00186 #endif //GLIBMM_VFUNCS_ENABLED
00187 
00188   //Default Signal Handlers::
00189 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00190 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00191 
00192 
00193 };
00194 
00195 } //namespace Gst
00196 
00197 
00198 namespace Glib
00199 {
00208   Glib::RefPtr<Gst::TCPClientSink> wrap(GstTCPClientSink* object, bool take_copy = false);
00209 }
00210 
00211 
00212 #endif /* _GSTREAMERMM_TCPCLIENTSINK_H */
00213 

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