00001
00002
00003 #ifndef _GSTREAMERMM_THEORADEC_H
00004 #define _GSTREAMERMM_THEORADEC_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
00029
00030 #include <gstreamermm/element.h>
00031
00032
00033 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00034 typedef struct _GstTheoraDec GstTheoraDec;
00035 typedef struct _GstTheoraDecClass GstTheoraDecClass;
00036 #endif
00037
00038
00039 namespace Gst
00040 { class TheoraDec_Class; }
00041 namespace Gst
00042 {
00043
00054 class TheoraDec
00055 : public Gst::Element
00056 {
00057
00058 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00059
00060 public:
00061 typedef TheoraDec CppObjectType;
00062 typedef TheoraDec_Class CppClassType;
00063 typedef GstTheoraDec BaseObjectType;
00064 typedef GstTheoraDecClass BaseClassType;
00065
00066 private: friend class TheoraDec_Class;
00067 static CppClassType theoradec_class_;
00068
00069 private:
00070
00071 TheoraDec(const TheoraDec&);
00072 TheoraDec& operator=(const TheoraDec&);
00073
00074 protected:
00075 explicit TheoraDec(const Glib::ConstructParams& construct_params);
00076 explicit TheoraDec(GstTheoraDec* castitem);
00077
00078 #endif
00079
00080 public:
00081 virtual ~TheoraDec();
00082
00083 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00084 static GType get_type() G_GNUC_CONST;
00085
00086
00087 static GType get_base_type() G_GNUC_CONST;
00088 #endif
00089
00091 GstTheoraDec* gobj() { return reinterpret_cast<GstTheoraDec*>(gobject_); }
00092
00094 const GstTheoraDec* gobj() const { return reinterpret_cast<GstTheoraDec*>(gobject_); }
00095
00097 GstTheoraDec* gobj_copy();
00098
00099 private:
00100
00101
00102 protected:
00103 TheoraDec();
00104 TheoraDec(const Glib::ustring& name);
00105
00106 public:
00110 static Glib::RefPtr<TheoraDec> create();
00111
00112
00116 static Glib::RefPtr<TheoraDec> create(const Glib::ustring& name);
00117
00118
00119 #ifdef GLIBMM_PROPERTIES_ENABLED
00120
00126 Glib::PropertyProxy<bool> property_crop() ;
00127 #endif //#GLIBMM_PROPERTIES_ENABLED
00128
00129 #ifdef GLIBMM_PROPERTIES_ENABLED
00130
00136 Glib::PropertyProxy_ReadOnly<bool> property_crop() const;
00137 #endif //#GLIBMM_PROPERTIES_ENABLED
00138
00139
00140 public:
00141
00142 public:
00143
00144 #ifdef GLIBMM_VFUNCS_ENABLED
00145 #endif //GLIBMM_VFUNCS_ENABLED
00146
00147 protected:
00148
00149 #ifdef GLIBMM_VFUNCS_ENABLED
00150 #endif //GLIBMM_VFUNCS_ENABLED
00151
00152
00153 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00154 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00155
00156
00157 };
00158
00159 }
00160
00161
00162 namespace Glib
00163 {
00172 Glib::RefPtr<Gst::TheoraDec> wrap(GstTheoraDec* object, bool take_copy = false);
00173 }
00174
00175
00176 #endif
00177