support for ID3v2.2 PIC frames More...
#include <attachedpictureframe.h>
Protected Member Functions | |
void | parseFields (const ByteVector &data) override |
![]() | |
ByteVector | renderFields () const override |
![]() | |
Frame (const ByteVector &data) | |
Frame (Header *h) | |
void | setHeader (Header *h, bool deleteCurrent=true) |
void | parse (const ByteVector &data) |
ByteVector | fieldData (const ByteVector &frameData) const |
String | readStringField (const ByteVector &data, String::Type encoding, int *position=nullptr) |
String::Type | checkTextEncoding (const StringList &fields, String::Type encoding) const |
virtual PropertyMap | asProperties () const |
Friends | |
class | FrameFactory |
support for ID3v2.2 PIC frames
|
overrideprotectedvirtual |
Called by parse() to parse the field data. It makes this information available through the public API. This must be overridden by the subclasses.
Reimplemented from TagLib::ID3v2::AttachedPictureFrame.
|
friend |