|
TagLib 1.12 (flacpicture.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_FLACPICTURE_H
27 #define TAGLIB_FLACPICTURE_H
74 RecordingLocation = 0x0D,
76 DuringRecording = 0x0E,
78 DuringPerformance = 0x0F,
80 MovieScreenCapture = 0x10,
92 Picture(
const ByteVector &data);
103 void setType(Type type);
115 void setMimeType(
const String &m);
121 String description()
const;
127 void setDescription(
const String &desc);
137 void setWidth(
int w);
147 void setHeight(
int h);
152 int colorDepth()
const;
157 void setColorDepth(
int depth);
162 int numColors()
const;
167 void setNumColors(
int numColors);
198 class PicturePrivate;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A generic, implicitly shared list.
Definition: tlist.h:74
A byte vector.
Definition: tbytevector.h:66
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Definition: flacpicture.h:81
A wide string class suitable for unicode.
Definition: tstring.h:84
List< Picture > PictureList
Definition: flacpicture.h:244