29 #ifndef TAGLIB_GENERALENCAPSULATEDOBJECT_H 30 #define TAGLIB_GENERALENCAPSULATEDOBJECT_H 82 String toString()
const override;
114 void setMimeType(
const String &type);
128 void setFileName(
const String &name);
138 String description()
const;
148 void setDescription(
const String &desc);
172 void parseFields(
const ByteVector &data)
override;
178 class GeneralEncapsulatedObjectFramePrivate;
180 std::unique_ptr<GeneralEncapsulatedObjectFramePrivate> d;
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:67
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A list of strings.
Definition: tstringlist.h:43
ID3v2 frame implementation.
Definition: id3v2frame.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An ID3v2 general encapsulated object frame implementation.
Definition: generalencapsulatedobjectframe.h:50
Type
Definition: tstring.h:96
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41