00001
00002
00003 #ifndef _GSTREAMERMM_OGGMUX_H
00004 #define _GSTREAMERMM_OGGMUX_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
00030
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstOggMux GstOggMux;
00033 typedef struct _GstOggMuxClass GstOggMuxClass;
00034 #endif
00035
00036
00037 namespace Gst
00038 { class OggMux_Class; }
00039 namespace Gst
00040 {
00041
00042
00053 class OggMux
00054 : public Gst::Element
00055 {
00056
00057 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00058
00059 public:
00060 typedef OggMux CppObjectType;
00061 typedef OggMux_Class CppClassType;
00062 typedef GstOggMux BaseObjectType;
00063 typedef GstOggMuxClass BaseClassType;
00064
00065 private: friend class OggMux_Class;
00066 static CppClassType oggmux_class_;
00067
00068 private:
00069
00070 OggMux(const OggMux&);
00071 OggMux& operator=(const OggMux&);
00072
00073 protected:
00074 explicit OggMux(const Glib::ConstructParams& construct_params);
00075 explicit OggMux(GstOggMux* castitem);
00076
00077 #endif
00078
00079 public:
00080 virtual ~OggMux();
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 GstOggMux* gobj() { return reinterpret_cast<GstOggMux*>(gobject_); }
00089
00091 const GstOggMux* gobj() const { return reinterpret_cast<GstOggMux*>(gobject_); }
00092
00094 GstOggMux* gobj_copy();
00095
00096 private:
00097
00098
00099 protected:
00100 OggMux();
00101 OggMux(const Glib::ustring& name);
00102
00103 public:
00107 static Glib::RefPtr<OggMux> create();
00108
00109
00113 static Glib::RefPtr<OggMux> create(const Glib::ustring& name);
00114
00115
00116 #ifdef GLIBMM_PROPERTIES_ENABLED
00117
00123 Glib::PropertyProxy<guint64> property_max_delay() ;
00124 #endif //#GLIBMM_PROPERTIES_ENABLED
00125
00126 #ifdef GLIBMM_PROPERTIES_ENABLED
00127
00133 Glib::PropertyProxy_ReadOnly<guint64> property_max_delay() const;
00134 #endif //#GLIBMM_PROPERTIES_ENABLED
00135
00136 #ifdef GLIBMM_PROPERTIES_ENABLED
00137
00143 Glib::PropertyProxy<guint64> property_max_page_delay() ;
00144 #endif //#GLIBMM_PROPERTIES_ENABLED
00145
00146 #ifdef GLIBMM_PROPERTIES_ENABLED
00147
00153 Glib::PropertyProxy_ReadOnly<guint64> property_max_page_delay() const;
00154 #endif //#GLIBMM_PROPERTIES_ENABLED
00155
00156
00157 public:
00158
00159 public:
00160
00161 #ifdef GLIBMM_VFUNCS_ENABLED
00162 #endif //GLIBMM_VFUNCS_ENABLED
00163
00164 protected:
00165
00166 #ifdef GLIBMM_VFUNCS_ENABLED
00167 #endif //GLIBMM_VFUNCS_ENABLED
00168
00169
00170 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00171 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00172
00173
00174 };
00175
00176 }
00177
00178
00179 namespace Glib
00180 {
00189 Glib::RefPtr<Gst::OggMux> wrap(GstOggMux* object, bool take_copy = false);
00190 }
00191
00192
00193 #endif
00194