00001
00002
00003 #ifndef _GSTREAMERMM_TUNERNORM_H
00004 #define _GSTREAMERMM_TUNERNORM_H
00005
00006
00007 #include <glibmm.h>
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #include <glibmm/object.h>
00029
00030
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstTunerNorm GstTunerNorm;
00033 typedef struct _GstTunerNormClass GstTunerNormClass;
00034 #endif
00035
00036
00037 namespace Gst
00038 { class TunerNorm_Class; }
00039 namespace Gst
00040 {
00041
00042 class Fraction;
00043
00049 class TunerNorm : public Glib::Object
00050 {
00051
00052 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00053
00054 public:
00055 typedef TunerNorm CppObjectType;
00056 typedef TunerNorm_Class CppClassType;
00057 typedef GstTunerNorm BaseObjectType;
00058 typedef GstTunerNormClass BaseClassType;
00059
00060 private: friend class TunerNorm_Class;
00061 static CppClassType tunernorm_class_;
00062
00063 private:
00064
00065 TunerNorm(const TunerNorm&);
00066 TunerNorm& operator=(const TunerNorm&);
00067
00068 protected:
00069 explicit TunerNorm(const Glib::ConstructParams& construct_params);
00070 explicit TunerNorm(GstTunerNorm* castitem);
00071
00072 #endif
00073
00074 public:
00075 virtual ~TunerNorm();
00076
00077 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00078 static GType get_type() G_GNUC_CONST;
00079
00080
00081 static GType get_base_type() G_GNUC_CONST;
00082 #endif
00083
00085 GstTunerNorm* gobj() { return reinterpret_cast<GstTunerNorm*>(gobject_); }
00086
00088 const GstTunerNorm* gobj() const { return reinterpret_cast<GstTunerNorm*>(gobject_); }
00089
00091 GstTunerNorm* gobj_copy();
00092
00093 private:
00094
00095 public:
00098 Glib::ustring get_label() const;
00099
00100
00104 Gst::Fraction get_framerate() const;
00105
00106
00107 public:
00108
00109 public:
00110
00111 #ifdef GLIBMM_VFUNCS_ENABLED
00112 #endif //GLIBMM_VFUNCS_ENABLED
00113
00114 protected:
00115
00116 #ifdef GLIBMM_VFUNCS_ENABLED
00117 #endif //GLIBMM_VFUNCS_ENABLED
00118
00119
00120 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00121 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00122
00123
00124 };
00125
00126 }
00127
00128
00129 namespace Glib
00130 {
00139 Glib::RefPtr<Gst::TunerNorm> wrap(GstTunerNorm* object, bool take_copy = false);
00140 }
00141
00142
00143 #endif
00144