|
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
145 class OwnershipFramePrivate;
146 OwnershipFramePrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:66
Type
Definition: tstring.h:97
virtual String toString() const
virtual ~OwnershipFrame()
String datePurchased() const
An implementation of ID3v2 "ownership".
Definition: ownershipframe.h:44
virtual ByteVector renderFields() const
@ Latin1
Definition: tstring.h:113
void setSeller(const String &seller)
A byte vector.
Definition: tbytevector.h:46
OwnershipFrame(const ByteVector &data)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
OwnershipFrame(String::Type encoding=String::Latin1)
ID3v2 frame implementation.
Definition: id3v2frame.h:55
virtual void parseFields(const ByteVector &data)
void setDatePurchased(const String &datePurchased)
void setTextEncoding(String::Type encoding)
A wide string class suitable for unicode.
Definition: tstring.h:85
void setPricePaid(const String &pricePaid)
String::Type textEncoding() const