00001
00002
00003 #ifndef _GSTREAMERMM_TYPEFINDFACTORY_H
00004 #define _GSTREAMERMM_TYPEFINDFACTORY_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 <gst/gsttypefindfactory.h>
00029 #include <gstreamermm/pluginfeature.h>
00030
00031
00032 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00033 typedef struct _GstTypeFindFactory GstTypeFindFactory;
00034 typedef struct _GstTypeFindFactoryClass GstTypeFindFactoryClass;
00035 #endif
00036
00037
00038 namespace Gst
00039 { class TypeFindFactory_Class; }
00040 namespace Gst
00041 {
00042
00043 class Caps;
00044 class TypeFind;
00045
00055 class TypeFindFactory : public PluginFeature
00056 {
00057
00058 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00059
00060 public:
00061 typedef TypeFindFactory CppObjectType;
00062 typedef TypeFindFactory_Class CppClassType;
00063 typedef GstTypeFindFactory BaseObjectType;
00064 typedef GstTypeFindFactoryClass BaseClassType;
00065
00066 private: friend class TypeFindFactory_Class;
00067 static CppClassType typefindfactory_class_;
00068
00069 private:
00070
00071 TypeFindFactory(const TypeFindFactory&);
00072 TypeFindFactory& operator=(const TypeFindFactory&);
00073
00074 protected:
00075 explicit TypeFindFactory(const Glib::ConstructParams& construct_params);
00076 explicit TypeFindFactory(GstTypeFindFactory* castitem);
00077
00078 #endif
00079
00080 public:
00081 virtual ~TypeFindFactory();
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 GstTypeFindFactory* gobj() { return reinterpret_cast<GstTypeFindFactory*>(gobject_); }
00092
00094 const GstTypeFindFactory* gobj() const { return reinterpret_cast<GstTypeFindFactory*>(gobject_); }
00095
00097 GstTypeFindFactory* gobj_copy();
00098
00099 private:
00100
00101
00102 public:
00103
00104
00109 static Glib::ListHandle< Glib::RefPtr<Gst::TypeFindFactory> > get_list();
00110
00111
00118 Glib::StringArrayHandle get_extensions() const;
00119
00120
00124 Glib::RefPtr<Gst::Caps> get_caps();
00125
00129 Glib::RefPtr<const Gst::Caps> get_caps() const;
00130
00135 void call_slot(Gst::TypeFind& find);
00136
00137
00138 public:
00139
00140 public:
00141
00142 #ifdef GLIBMM_VFUNCS_ENABLED
00143 #endif //GLIBMM_VFUNCS_ENABLED
00144
00145 protected:
00146
00147 #ifdef GLIBMM_VFUNCS_ENABLED
00148 #endif //GLIBMM_VFUNCS_ENABLED
00149
00150
00151 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00152 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00153
00154
00155 };
00156
00157 }
00158
00159
00160 namespace Glib
00161 {
00170 Glib::RefPtr<Gst::TypeFindFactory> wrap(GstTypeFindFactory* object, bool take_copy = false);
00171 }
00172
00173
00174 #endif
00175