00001
00002
00003 #ifndef _GSTREAMERMM_VORBISTAG_H
00004 #define _GSTREAMERMM_VORBISTAG_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/vorbisparse.h>
00031 #include <gstreamermm/tagsetter.h>
00032
00033
00034 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00035 typedef struct _GstVorbisTag GstVorbisTag;
00036 typedef struct _GstVorbisTagClass GstVorbisTagClass;
00037 #endif
00038
00039
00040 namespace Gst
00041 { class VorbisTag_Class; }
00042 namespace Gst
00043 {
00044
00055 class VorbisTag
00056 : public Gst::VorbisParse, public Gst::TagSetter
00057 {
00058
00059 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00060
00061 public:
00062 typedef VorbisTag CppObjectType;
00063 typedef VorbisTag_Class CppClassType;
00064 typedef GstVorbisTag BaseObjectType;
00065 typedef GstVorbisTagClass BaseClassType;
00066
00067 private: friend class VorbisTag_Class;
00068 static CppClassType vorbistag_class_;
00069
00070 private:
00071
00072 VorbisTag(const VorbisTag&);
00073 VorbisTag& operator=(const VorbisTag&);
00074
00075 protected:
00076 explicit VorbisTag(const Glib::ConstructParams& construct_params);
00077 explicit VorbisTag(GstVorbisTag* castitem);
00078
00079 #endif
00080
00081 public:
00082 virtual ~VorbisTag();
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 GstVorbisTag* gobj() { return reinterpret_cast<GstVorbisTag*>(gobject_); }
00093
00095 const GstVorbisTag* gobj() const { return reinterpret_cast<GstVorbisTag*>(gobject_); }
00096
00098 GstVorbisTag* gobj_copy();
00099
00100 private:
00101
00102
00103 protected:
00104 VorbisTag();
00105 VorbisTag(const Glib::ustring& name);
00106
00107 public:
00111 static Glib::RefPtr<VorbisTag> create();
00112
00113
00117 static Glib::RefPtr<VorbisTag> create(const Glib::ustring& name);
00118
00119
00120 public:
00121
00122 public:
00123
00124 #ifdef GLIBMM_VFUNCS_ENABLED
00125 #endif //GLIBMM_VFUNCS_ENABLED
00126
00127 protected:
00128
00129 #ifdef GLIBMM_VFUNCS_ENABLED
00130 #endif //GLIBMM_VFUNCS_ENABLED
00131
00132
00133 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00134 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00135
00136
00137 };
00138
00139 }
00140
00141
00142 namespace Glib
00143 {
00152 Glib::RefPtr<Gst::VorbisTag> wrap(GstVorbisTag* object, bool take_copy = false);
00153 }
00154
00155
00156 #endif
00157