26 #ifndef TAGLIB_OWNERSHIPFRAME_H 27 #define TAGLIB_OWNERSHIPFRAME_H 68 virtual String toString()
const;
75 String datePurchased()
const;
82 void setDatePurchased(
const String &datePurchased);
96 void setPricePaid(
const String &pricePaid);
110 void setSeller(
const String &seller);
134 virtual void parseFields(
const ByteVector &data);
145 class OwnershipFramePrivate;
146 OwnershipFramePrivate *d;
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
IS08859-1, or Latin1 encoding.
Definition: tstring.h:101
An implementation of ID3v2 "ownership".
Definition: ownershipframe.h:43
A byte vector.
Definition: tbytevector.h:45
Type
Definition: tstring.h:97
A wide string class suitable for unicode.
Definition: tstring.h:84
ID3v2 frame implementation.
Definition: id3v2frame.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33