29 #ifndef TAGLIB_GENERALENCAPSULATEDOBJECT_H 30 #define TAGLIB_GENERALENCAPSULATEDOBJECT_H 80 virtual String toString()
const;
107 void setMimeType(
const String &type);
121 void setFileName(
const String &name);
131 String description()
const;
141 void setDescription(
const String &desc);
165 virtual void parseFields(
const ByteVector &data);
173 class GeneralEncapsulatedObjectFramePrivate;
174 GeneralEncapsulatedObjectFramePrivate *d;
A wide string class suitable for unicode.
Definition: tstring.h:84
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
ID3v2 frame implementation.
Definition: id3v2frame.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An ID3v2 general encapsulated object frame implementation.
Definition: generalencapsulatedobjectframe.h:51
Type
Definition: tstring.h:97
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41