26#ifndef TAGLIB_ATTACHEDPICTUREFRAME_H
27#define TAGLIB_ATTACHEDPICTUREFRAME_H
208 class AttachedPictureFramePrivate;
209 AttachedPictureFramePrivate *
d;
A byte vector.
Definition tbytevector.h:46
virtual void parseFields(const ByteVector &data)
friend class FrameFactory
Definition attachedpictureframe.h:225
AttachedPictureFramePrivate * d
Definition attachedpictureframe.h:209
String::Type textEncoding() const
Type
Definition attachedpictureframe.h:55
@ Conductor
Picture of the conductor.
Definition attachedpictureframe.h:75
@ Media
Image from the album itself.
Definition attachedpictureframe.h:69
@ BackCover
Back cover image of the album.
Definition attachedpictureframe.h:65
@ Illustration
Illustration related to the track.
Definition attachedpictureframe.h:93
@ Lyricist
Picture of the lyricist or text writer.
Definition attachedpictureframe.h:81
@ OtherFileIcon
File icon of a different size or format.
Definition attachedpictureframe.h:61
@ Other
A type not enumerated below.
Definition attachedpictureframe.h:57
@ MovieScreenCapture
Picture from a movie or video related to the track.
Definition attachedpictureframe.h:89
@ RecordingLocation
Picture of the recording location or studio.
Definition attachedpictureframe.h:83
@ LeadArtist
Picture of the lead artist or soloist.
Definition attachedpictureframe.h:71
@ DuringPerformance
Picture of the artists during performance.
Definition attachedpictureframe.h:87
@ DuringRecording
Picture of the artists during recording.
Definition attachedpictureframe.h:85
@ Band
Picture of the band or orchestra.
Definition attachedpictureframe.h:77
@ PublisherLogo
Logo of the publisher (record company)
Definition attachedpictureframe.h:97
@ Composer
Picture of the composer.
Definition attachedpictureframe.h:79
@ FrontCover
Front cover image of the album.
Definition attachedpictureframe.h:63
@ LeafletPage
Inside leaflet page of the album.
Definition attachedpictureframe.h:67
@ BandLogo
Logo of the band or performer.
Definition attachedpictureframe.h:95
@ Artist
Picture of the artist or performer.
Definition attachedpictureframe.h:73
@ ColouredFish
Picture of a large, coloured fish.
Definition attachedpictureframe.h:91
@ FileIcon
32x32 PNG image that should be used as the file icon
Definition attachedpictureframe.h:59
virtual ByteVector renderFields() const
String description() const
virtual ~AttachedPictureFrame()
void setPicture(const ByteVector &p)
void setDescription(const String &desc)
virtual String toString() const
friend class FrameFactory
Definition attachedpictureframe.h:48
void setTextEncoding(String::Type t)
virtual void parseFields(const ByteVector &data)
void setMimeType(const String &m)
AttachedPictureFrame(const ByteVector &data)
ByteVector picture() const
Frame(const ByteVector &data)
A wide string class suitable for unicode.
Definition tstring.h:85
Type
Definition tstring.h:97
An ID3v2 implementation.
Definition flacfile.h:40
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_EXPORT
Definition taglib_export.h:40