26 #ifndef TAGLIB_ASFATTRIBUTE_H 27 #define TAGLIB_ASFATTRIBUTE_H 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 byte vector.
Definition: tbytevector.h:45
A wide string class suitable for unicode.
Definition: tstring.h:84
Definition: asfattribute.h:43
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
This returns the unsigned integer value of data where data is a ByteVector that contains a synchsafe ...
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
An ASF attached picture interface implementation.
Definition: asfpicture.h:49
AttributeTypes
Enum of types an Attribute can have.
Definition: asfattribute.h:50
This implements and provides an interface for ASF files to the TagLib::Tag and TagLib::AudioPropertie...
Definition: asffile.h:46