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 wide string class suitable for unicode.
Definition: tstring.h:78
An implementation of ID3v2 "ownership".
Definition: ownershipframe.h:43
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
ID3v2 frame implementation.
Definition: id3v2frame.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Type
Definition: tstring.h:91
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41