26#ifndef TAGLIB_FLACPICTURE_H
27#define TAGLIB_FLACPICTURE_H
196 class PicturePrivate;
A byte vector.
Definition tbytevector.h:46
void setColorDepth(int depth)
Type
Definition flacpicture.h:44
@ RecordingLocation
Picture of the recording location or studio.
Definition flacpicture.h:72
@ FrontCover
Front cover image of the album.
Definition flacpicture.h:52
@ BandLogo
Logo of the band or performer.
Definition flacpicture.h:84
@ Composer
Picture of the composer.
Definition flacpicture.h:68
@ PublisherLogo
Logo of the publisher (record company)
Definition flacpicture.h:86
@ Other
A type not enumerated below.
Definition flacpicture.h:46
@ FileIcon
32x32 PNG image that should be used as the file icon
Definition flacpicture.h:48
@ BackCover
Back cover image of the album.
Definition flacpicture.h:54
@ Band
Picture of the band or orchestra.
Definition flacpicture.h:66
@ LeafletPage
Inside leaflet page of the album.
Definition flacpicture.h:56
@ ColouredFish
Picture of a large, coloured fish.
Definition flacpicture.h:80
@ DuringRecording
Picture of the artists during recording.
Definition flacpicture.h:74
@ Lyricist
Picture of the lyricist or text writer.
Definition flacpicture.h:70
@ DuringPerformance
Picture of the artists during performance.
Definition flacpicture.h:76
@ Conductor
Picture of the conductor.
Definition flacpicture.h:64
@ Media
Image from the album itself.
Definition flacpicture.h:58
@ Artist
Picture of the artist or performer.
Definition flacpicture.h:62
@ LeadArtist
Picture of the lead artist or soloist.
Definition flacpicture.h:60
@ OtherFileIcon
File icon of a different size or format.
Definition flacpicture.h:50
@ MovieScreenCapture
Picture from a movie or video related to the track.
Definition flacpicture.h:78
@ Illustration
Illustration related to the track.
Definition flacpicture.h:82
ByteVector render() const
void setData(const ByteVector &data)
Picture(const ByteVector &data)
void setNumColors(int numColors)
bool parse(const ByteVector &rawData)
String description() const
void setMimeType(const String &m)
void setDescription(const String &desc)
A generic, implicitly shared list.
Definition tlist.h:54
A wide string class suitable for unicode.
Definition tstring.h:85
An implementation of FLAC metadata.
Definition flacfile.h:55
List< Picture > PictureList
Definition flacpicture.h:200
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_EXPORT
Definition taglib_export.h:40