26 #ifndef TAGLIB_FLACPICTURE_H 27 #define TAGLIB_FLACPICTURE_H 74 RecordingLocation = 0x0D,
76 DuringRecording = 0x0E,
78 DuringPerformance = 0x0F,
80 MovieScreenCapture = 0x10,
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;
Type
This describes the function or content of the picture.
Definition: flacpicture.h:46
#define Picture
Definition: vda.h:40
A generic, implicitly shared list.
Definition: tlist.h:53
A byte vector.
Definition: tbytevector.h:45
A wide string class suitable for unicode.
Definition: tstring.h:84
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
Definition: flacpicture.h:39
List< Picture > PictureList
Definition: flacpicture.h:202