28 #ifndef TAGLIB_GENERALENCAPSULATEDOBJECT_H
29 #define TAGLIB_GENERALENCAPSULATEDOBJECT_H
79 virtual String toString()
const;
106 void setMimeType(
const String &type);
120 void setFileName(
const String &name);
130 String description()
const;
140 void setDescription(
const String &desc);
164 virtual void parseFields(
const ByteVector &data);
172 class GeneralEncapsulatedObjectFramePrivate;
173 GeneralEncapsulatedObjectFramePrivate *d;
A wide string class suitable for unicode.
Definition: tstring.h:78
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:50
Type
Definition: tstring.h:91
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41