|
TagLib 1.11.1 (apeitem.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_APEITEM_H
27 #define TAGLIB_APEITEM_H
115 #ifndef DO_NOT_DOCUMENT
166 #ifndef DO_NOT_DOCUMENT
void setBinaryData(const ByteVector &value)
A list of strings.
Definition: tstringlist.h:46
ByteVector binaryData() const
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
void setType(ItemTypes type)
void setValue(const String &value)
void appendValue(const String &value)
An implementation of APE-items.
Definition: apeitem.h:43
void setValues(const StringList &values)
StringList values() const
void setKey(const String &key)
Item & operator=(const Item &item)
ByteVector render() const
A byte vector.
Definition: tbytevector.h:46
Item(const String &key, const String &value)
void setReadOnly(bool readOnly)
void parse(const ByteVector &data)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ItemTypes
Definition: apeitem.h:48
void appendValues(const StringList &values)
A wide string class suitable for unicode.
Definition: tstring.h:85
Item(const String &key, const StringList &values)
Item(const String &key, const ByteVector &value, bool binary)