|
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);
119 virtual String toString()
const;
162 void setType(
Type t);
172 String description()
const;
182 void setDescription(
const String &desc);
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:103
Type
Definition: attachedpictureframe.h:110
Type
Definition: tstring.h:95
A byte vector.
Definition: tbytevector.h:64
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
An ID3v2 attached picture frame implementation.
Definition: attachedpictureframe.h:82
A wide string class suitable for unicode.
Definition: tstring.h:82
support for ID3v2.2 PIC frames
Definition: attachedpictureframe.h:255