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;