|
TagLib 1.11.1 (attachedpictureframe.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_ATTACHEDPICTUREFRAME_H
27 #define TAGLIB_ATTACHEDPICTUREFRAME_H
48 friend class FrameFactory;
83 RecordingLocation = 0x0D,
85 DuringRecording = 0x0E,
87 DuringPerformance = 0x0F,
89 MovieScreenCapture = 0x10,
104 AttachedPictureFrame();
109 explicit AttachedPictureFrame(
const ByteVector &data);
114 virtual ~AttachedPictureFrame();
119 virtual String toString()
const;
162 void setType(
Type t);
206 virtual void parseFields(
const ByteVector &data);
208 class AttachedPictureFramePrivate;
209 AttachedPictureFramePrivate *d;
222 virtual void parseFields(
const ByteVector &data);
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:108
Type
Definition: attachedpictureframe.h:118
Type
Definition: tstring.h:97
A byte vector.
Definition: tbytevector.h:67
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An ID3v2 attached picture frame implementation.
Definition: attachedpictureframe.h:89
A wide string class suitable for unicode.
Definition: tstring.h:85
support for ID3v2.2 PIC frames
Definition: attachedpictureframe.h:262