26 #ifndef TAGLIB_ID3V2FRAMEFACTORY_H 27 #define TAGLIB_ID3V2FRAMEFACTORY_H 38 class TextIdentificationFrame;
86 virtual Frame *createFrameForProperty(
94 virtual void rebuildAggregateFrames(
ID3v2::Tag *tag)
const;
128 bool isUsingDefaultTextEncoding()
const;
163 std::pair<Frame::Header *, bool> prepareFrameHeader(
176 const Header *tagHeader)
const;
181 class FrameFactoryPrivate;
183 std::unique_ptr<FrameFactoryPrivate> 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
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:133
Type
Definition: tstring.h:96
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41