26#ifndef TAGLIB_OWNERSHIPFRAME_H
27#define TAGLIB_OWNERSHIPFRAME_H
145 class OwnershipFramePrivate;
146 OwnershipFramePrivate *d;
A byte vector.
Definition tbytevector.h:46
Frame(const ByteVector &data)
OwnershipFrame(const ByteVector &data)
void setPricePaid(const String &pricePaid)
virtual void parseFields(const ByteVector &data)
void setSeller(const String &seller)
String datePurchased() const
virtual ~OwnershipFrame()
virtual ByteVector renderFields() const
void setTextEncoding(String::Type encoding)
OwnershipFrame(String::Type encoding=String::Latin1)
String::Type textEncoding() const
friend class FrameFactory
Definition ownershipframe.h:45
virtual String toString() const
void setDatePurchased(const String &datePurchased)
A wide string class suitable for unicode.
Definition tstring.h:85
Type
Definition tstring.h:97
@ Latin1
Definition tstring.h:101
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