|
TagLib 1.11.1 (asfattribute.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_ASFATTRIBUTE_H
27 #define TAGLIB_ASFATTRIBUTE_H
68 Attribute(
const String &value);
86 Attribute(
const Picture &value);
91 Attribute(
unsigned int value);
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 namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Definition: asfattribute.h:86
AttributeTypes
Definition: asfattribute.h:92
A byte vector.
Definition: tbytevector.h:67
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An ASF attached picture interface implementation.
Definition: asfpicture.h:91
A wide string class suitable for unicode.
Definition: tstring.h:85
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)