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 #include <gstreamermm/element.h>
00029 #include <gstreamermm/caps.h>
00030
00031
00032 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00033 typedef struct _GstTypeFindElement GstTypeFindElement;
00034 typedef struct _GstTypeFindElementClass GstTypeFindElementClass;
00035 #endif
00036
00037
00038 namespace Gst
00039 { class TypeFindElement_Class; }
00040 namespace Gst
00041 {
00042
00053 class TypeFindElement
00054 : public Gst::Element
00055 {
00056
00057 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00058
00059 public:
00060 typedef TypeFindElement CppObjectType;
00061 typedef TypeFindElement_Class CppClassType;
00062 typedef GstTypeFindElement BaseObjectType;
00063 typedef GstTypeFindElementClass BaseClassType;
00064
00065 private: friend class TypeFindElement_Class;
00066 static CppClassType typefindelement_class_;
00067
00068 private:
00069
00070 TypeFindElement(const TypeFindElement&);
00071 TypeFindElement& operator=(const TypeFindElement&);
00072
00073 protected:
00074 explicit TypeFindElement(const Glib::ConstructParams& construct_params);
00075 explicit TypeFindElement(GstTypeFindElement* castitem);
00076
00077 #endif
00078
00079 public:
00080 virtual ~TypeFindElement();
00081
00082 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00083 static GType get_type() G_GNUC_CONST;
00084 static GType get_base_type() G_GNUC_CONST;
00085 #endif
00086
00088 GstTypeFindElement* gobj() { return reinterpret_cast<GstTypeFindElement*>(gobject_); }
00089
00091 const GstTypeFindElement* gobj() const { return reinterpret_cast<GstTypeFindElement*>(gobject_); }
00092
00094 GstTypeFindElement* gobj_copy();
00095
00096 private:
00097
00098
00099 protected:
00100 TypeFindElement();
00101 TypeFindElement(const Glib::ustring& name);
00102
00103 public:
00107 static Glib::RefPtr<TypeFindElement> create();
00108
00109
00113 static Glib::RefPtr<TypeFindElement> create(const Glib::ustring& name);
00114
00115
00116 #ifdef GLIBMM_PROPERTIES_ENABLED
00117
00123 Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gst::Caps> > property_caps() const;
00124 #endif //#GLIBMM_PROPERTIES_ENABLED
00125
00126
00127 #ifdef GLIBMM_PROPERTIES_ENABLED
00128
00134 Glib::PropertyProxy<guint> property_minimum() ;
00135 #endif //#GLIBMM_PROPERTIES_ENABLED
00136
00137 #ifdef GLIBMM_PROPERTIES_ENABLED
00138
00144 Glib::PropertyProxy_ReadOnly<guint> property_minimum() const;
00145 #endif //#GLIBMM_PROPERTIES_ENABLED
00146
00147 #ifdef GLIBMM_PROPERTIES_ENABLED
00148
00154 Glib::PropertyProxy<guint> property_maximum() ;
00155 #endif //#GLIBMM_PROPERTIES_ENABLED
00156
00157 #ifdef GLIBMM_PROPERTIES_ENABLED
00158
00164 Glib::PropertyProxy_ReadOnly<guint> property_maximum() const;
00165 #endif //#GLIBMM_PROPERTIES_ENABLED
00166
00167 #ifdef GLIBMM_PROPERTIES_ENABLED
00168
00174 Glib::PropertyProxy< Glib::RefPtr<Gst::Caps> > property_force_caps() ;
00175 #endif //#GLIBMM_PROPERTIES_ENABLED
00176
00177 #ifdef GLIBMM_PROPERTIES_ENABLED
00178
00184 Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gst::Caps> > property_force_caps() const;
00185 #endif //#GLIBMM_PROPERTIES_ENABLED
00186
00187
00193 Glib::SignalProxy2< void,guint,const Glib::RefPtr<Gst::Caps>& > signal_have_type();
00194
00195
00196 public:
00197
00198 public:
00199
00200 #ifdef GLIBMM_VFUNCS_ENABLED
00201 #endif //GLIBMM_VFUNCS_ENABLED
00202
00203 protected:
00204
00205 #ifdef GLIBMM_VFUNCS_ENABLED
00206 #endif //GLIBMM_VFUNCS_ENABLED
00207
00208
00209 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00210 virtual void on_have_type(guint arg0, const Glib::RefPtr<Gst::Caps>& arg1);
00211 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00212
00213
00214 };
00215
00216 }
00217
00218
00219 namespace Glib
00220 {
00229 Glib::RefPtr<Gst::TypeFindElement> wrap(GstTypeFindElement* object, bool take_copy = false);
00230 }
00231
00232
00233 #endif
00234