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;
A wide string class suitable for unicode.
Definition: tstring.h:84
A byte vector.
Definition: tbytevector.h:45
An ASF attached picture interface implementation.
Definition: asfpicture.h:49
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
AttributeTypes
Definition: asfattribute.h:50
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
Definition: asfattribute.h:43