26 #ifndef TAGLIB_ASFATTRIBUTE_H 27 #define TAGLIB_ASFATTRIBUTE_H 131 AttributeTypes type()
const;
136 unsigned short toBool()
const;
141 unsigned short toUShort()
const;
146 unsigned int toUInt()
const;
151 unsigned long long toULongLong()
const;
171 int language()
const;
176 void setLanguage(
int value);
186 void setStream(
int value);
188 #ifndef DO_NOT_DOCUMENT 194 int dataSize()
const;
201 class AttributePrivate;
203 std::shared_ptr<AttributePrivate> d;
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
An ASF attached picture interface implementation.
Definition: asfpicture.h:49
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
AttributeTypes
Definition: asfattribute.h:50
An implementation of TagLib::File with ASF specific methods.
Definition: asffile.h:46
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Attribute of ASF (WMA) metadata.
Definition: asfattribute.h:43