00001
00002
00003 #ifndef _GSTREAMERMM_TYPEFINDELEMENT_H
00004 #define _GSTREAMERMM_TYPEFINDELEMENT_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 #include <gstreamermm/caps.h>
00032
00033
00034 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00035 typedef struct _GstTypeFindElement GstTypeFindElement;
00036 typedef struct _GstTypeFindElementClass GstTypeFindElementClass;
00037 #endif
00038
00039
00040 namespace Gst
00041 { class TypeFindElement_Class; }
00042 namespace Gst
00043 {
00044
00055 class TypeFindElement
00056 : public Gst::Element
00057 {
00058
00059 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00060
00061 public:
00062 typedef TypeFindElement CppObjectType;
00063 typedef TypeFindElement_Class CppClassType;
00064 typedef GstTypeFindElement BaseObjectType;
00065 typedef GstTypeFindElementClass BaseClassType;
00066
00067 private: friend class TypeFindElement_Class;
00068 static CppClassType typefindelement_class_;
00069
00070 private:
00071
00072 TypeFindElement(const TypeFindElement&);
00073 TypeFindElement& operator=(const TypeFindElement&);
00074
00075 protected:
00076 explicit TypeFindElement(const Glib::ConstructParams& construct_params);
00077 explicit TypeFindElement(GstTypeFindElement* castitem);
00078
00079 #endif
00080
00081 public:
00082 virtual ~TypeFindElement();
00083
00084 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00085 static GType get_type() G_GNUC_CONST;
00086
00087
00088 static GType get_base_type() G_GNUC_CONST;
00089 #endif
00090
00092 GstTypeFindElement* gobj() { return reinterpret_cast<GstTypeFindElement*>(gobject_); }
00093
00095 const GstTypeFindElement* gobj() const { return reinterpret_cast<GstTypeFindElement*>(gobject_); }
00096
00098 GstTypeFindElement* gobj_copy();
00099
00100 private:
00101
00102
00103 protected:
00104 TypeFindElement();
00105 TypeFindElement(const Glib::ustring& name);
00106
00107 public:
00111 static Glib::RefPtr<TypeFindElement> create();
00112
00113
00117 static Glib::RefPtr<TypeFindElement> create(const Glib::ustring& name);
00118
00119
00120 #ifdef GLIBMM_PROPERTIES_ENABLED
00121
00127 Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gst::Caps> > property_caps() const;
00128 #endif //#GLIBMM_PROPERTIES_ENABLED
00129
00130
00131 #ifdef GLIBMM_PROPERTIES_ENABLED
00132
00138 Glib::PropertyProxy<guint> property_minimum() ;
00139 #endif //#GLIBMM_PROPERTIES_ENABLED
00140
00141 #ifdef GLIBMM_PROPERTIES_ENABLED
00142
00148 Glib::PropertyProxy_ReadOnly<guint> property_minimum() const;
00149 #endif //#GLIBMM_PROPERTIES_ENABLED
00150
00151 #ifdef GLIBMM_PROPERTIES_ENABLED
00152
00158 Glib::PropertyProxy<guint> property_maximum() ;
00159 #endif //#GLIBMM_PROPERTIES_ENABLED
00160
00161 #ifdef GLIBMM_PROPERTIES_ENABLED
00162
00168 Glib::PropertyProxy_ReadOnly<guint> property_maximum() const;
00169 #endif //#GLIBMM_PROPERTIES_ENABLED
00170
00171 #ifdef GLIBMM_PROPERTIES_ENABLED
00172
00178 Glib::PropertyProxy< Glib::RefPtr<Gst::Caps> > property_force_caps() ;
00179 #endif //#GLIBMM_PROPERTIES_ENABLED
00180
00181 #ifdef GLIBMM_PROPERTIES_ENABLED
00182
00188 Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gst::Caps> > property_force_caps() const;
00189 #endif //#GLIBMM_PROPERTIES_ENABLED
00190
00191
00197 Glib::SignalProxy2< void,guint,const Glib::RefPtr<Gst::Caps>& > signal_have_type();
00198
00199
00200 public:
00201
00202 public:
00203
00204 #ifdef GLIBMM_VFUNCS_ENABLED
00205 #endif //GLIBMM_VFUNCS_ENABLED
00206
00207 protected:
00208
00209 #ifdef GLIBMM_VFUNCS_ENABLED
00210 #endif //GLIBMM_VFUNCS_ENABLED
00211
00212
00213 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00214 virtual void on_have_type(guint arg0, const Glib::RefPtr<Gst::Caps>& arg1);
00215 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00216
00217
00218 };
00219
00220 }
00221
00222
00223 namespace Glib
00224 {
00233 Glib::RefPtr<Gst::TypeFindElement> wrap(GstTypeFindElement* object, bool take_copy = false);
00234 }
00235
00236
00237 #endif
00238