26 #ifndef TAGLIB_FLACPICTURE_H 27 #define TAGLIB_FLACPICTURE_H 72 RecordingLocation = 0x0D,
74 DuringRecording = 0x0E,
76 DuringPerformance = 0x0F,
78 MovieScreenCapture = 0x10,
101 void setType(Type type);
113 void setMimeType(
const String &m);
119 String description()
const;
125 void setDescription(
const String &desc);
135 void setWidth(
int w);
145 void setHeight(
int h);
150 int colorDepth()
const;
155 void setColorDepth(
int depth);
160 int numColors()
const;
165 void setNumColors(
int numColors);
196 class PicturePrivate;
A generic, implicitly shared list.
Definition: tlist.h:53
Type
Definition: flacpicture.h:44
A wide string class suitable for unicode.
Definition: tstring.h:84
List< Picture > PictureList
Definition: flacpicture.h:200
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Definition: flacpicture.h:37
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41