|
TagLib 1.11.1 (ownershipframe.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_OWNERSHIPFRAME_H
27 #define TAGLIB_OWNERSHIPFRAME_H
45 friend class FrameFactory;
56 explicit OwnershipFrame(
const ByteVector &data);
61 virtual ~OwnershipFrame();
68 virtual String toString()
const;
75 String datePurchased()
const;
82 void setDatePurchased(
const String &datePurchased);
89 String pricePaid()
const;
96 void setPricePaid(
const String &pricePaid);
103 String seller()
const;
110 void setSeller(
const String &seller);
134 virtual void parseFields(
const ByteVector &data);
145 class OwnershipFramePrivate;
146 OwnershipFramePrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Type
Definition: tstring.h:97
An implementation of ID3v2 "ownership".
Definition: ownershipframe.h:86
@ Latin1
Definition: tstring.h:101
A byte vector.
Definition: tbytevector.h:67
#define TAGLIB_EXPORT
Definition: taglib_export.h:40