1 // Generated by gmmproc 2.50.1 -- DO NOT MODIFY!
2 #ifndef _GSTREAMERMM_AUDIOCLOCK_P_H
3 #define _GSTREAMERMM_AUDIOCLOCK_P_H
4 
5 
6 #include <glibmm/class.h>
7 
8 namespace Gst
9 {
10 
11 class AudioClock_Class : public Glib::Class
12 {
13 public:
14 #ifndef DOXYGEN_SHOULD_SKIP_THIS
15   using CppObjectType = AudioClock;
16   using BaseObjectType = GstAudioClock;
17   using BaseClassType = GstAudioClockClass;
18   using CppClassParent = Gst::SystemClock_Class;
19   using BaseClassParent = GstSystemClockClass;
20 
21   friend class AudioClock;
22 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
23 
24   const Glib::Class& init();
25 
26 
27   static void class_init_function(void* g_class, void* class_data);
28 
29   static Glib::ObjectBase* wrap_new(GObject*);
30 
31 protected:
32 
33   //Callbacks (default signal handlers):
34   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
35   //You could prevent the original default signal handlers being called by overriding the *_impl method.
36 
37   //Callbacks (virtual functions):
38 };
39 
40 
41 } // namespace Gst
42 
43 #include <gstreamermm/private/systemclock_p.h>
44 
45 
46 #endif /* _GSTREAMERMM_AUDIOCLOCK_P_H */
47 
48