audioclock.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_AUDIOCLOCK_H
00004 #define _GSTREAMERMM_AUDIOCLOCK_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/systemclock.h>
00029 
00030 
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstAudioClock GstAudioClock;
00033 typedef struct _GstAudioClockClass GstAudioClockClass;
00034 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00035 
00036 
00037 namespace Gst
00038 { class AudioClock_Class; } // namespace Gst
00039 namespace Gst
00040 {
00041 
00052 class AudioClock : public Gst::SystemClock
00053 {
00054   
00055 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00056 
00057 public:
00058   typedef AudioClock CppObjectType;
00059   typedef AudioClock_Class CppClassType;
00060   typedef GstAudioClock BaseObjectType;
00061   typedef GstAudioClockClass BaseClassType;
00062 
00063 private:  friend class AudioClock_Class;
00064   static CppClassType audioclock_class_;
00065 
00066 private:
00067   // noncopyable
00068   AudioClock(const AudioClock&);
00069   AudioClock& operator=(const AudioClock&);
00070 
00071 protected:
00072   explicit AudioClock(const Glib::ConstructParams& construct_params);
00073   explicit AudioClock(GstAudioClock* castitem);
00074 
00075 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00076 
00077 public:
00078   virtual ~AudioClock();
00079 
00080 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00081   static GType get_type()      G_GNUC_CONST;
00082   static GType get_base_type() G_GNUC_CONST;
00083 #endif
00084 
00086   GstAudioClock*       gobj()       { return reinterpret_cast<GstAudioClock*>(gobject_); }
00087 
00089   const GstAudioClock* gobj() const { return reinterpret_cast<GstAudioClock*>(gobject_); }
00090 
00092   GstAudioClock* gobj_copy();
00093 
00094 private:
00095 
00096   
00097 public:
00106   typedef sigc::slot< Gst::ClockTime, const Glib::RefPtr<Gst::Clock>& > SlotGetTime;
00107 
00108 protected:
00109   AudioClock(const Glib::ustring& name, const SlotGetTime& time_slot);
00110 
00111 public:
00122   static Glib::RefPtr<AudioClock> create(const Glib::ustring& name, const SlotGetTime& time_slot);
00123 ;
00124 
00125 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00126 private:
00127   SlotGetTime* slot;
00128   bool _slot_set;
00129 #endif
00130 
00131 
00132 public:
00133 
00134 public:
00135   //C++ methods used to invoke GTK+ virtual functions:
00136 #ifdef GLIBMM_VFUNCS_ENABLED
00137 #endif //GLIBMM_VFUNCS_ENABLED
00138 
00139 protected:
00140   //GTK+ Virtual Functions (override these to change behaviour):
00141 #ifdef GLIBMM_VFUNCS_ENABLED
00142 #endif //GLIBMM_VFUNCS_ENABLED
00143 
00144   //Default Signal Handlers::
00145 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00146 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00147 
00148 
00149 };
00150 
00151 } // namespace Gst
00152 
00153 
00154 namespace Glib
00155 {
00164   Glib::RefPtr<Gst::AudioClock> wrap(GstAudioClock* object, bool take_copy = false);
00165 }
00166 
00167 
00168 #endif /* _GSTREAMERMM_AUDIOCLOCK_H */
00169 

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