|
TagLib 1.11.1 (id3v2framefactory.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_ID3V2FRAMEFACTORY_H
27 #define TAGLIB_ID3V2FRAMEFACTORY_H
38 class TextIdentificationFrame;
157 class FrameFactoryPrivate;
158 FrameFactoryPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:66
String::Type defaultTextEncoding() const
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:136
Header(const ByteVector &data, bool synchSafeInts)
Frame * createFrame(const ByteVector &data, bool synchSafeInts) const
void rebuildAggregateFrames(ID3v2::Tag *tag) const
Type
Definition: tstring.h:97
void setDefaultTextEncoding(String::Type encoding)
Frame * createFrame(const ByteVector &data, unsigned int version=4) const
virtual bool updateFrame(Frame::Header *header) const
A byte vector.
Definition: tbytevector.h:46
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ID3v2 frame implementation.
Definition: id3v2frame.h:55
Frame * createFrame(const ByteVector &data, Header *tagHeader) const
static FrameFactory * instance()