26 #ifndef TAGLIB_ASFPROPERTIES_H
27 #define TAGLIB_ASFPROPERTIES_H
162 #ifndef DO_NOT_DOCUMENT
164 void setLength(
int value);
166 void setLengthInMilliseconds(
int value);
167 void setBitrate(
int value);
168 void setSampleRate(
int value);
169 void setChannels(
int value);
170 void setBitsPerSample(
int value);
171 void setCodec(
int value);
172 void setCodecName(
const String &value);
173 void setCodecDescription(
const String &value);
174 void setEncrypted(
bool value);
178 class PropertiesPrivate;
179 PropertiesPrivate *d;
An implementation of ASF audio properties.
Definition: asfproperties.h:39
virtual int length() const
int lengthInSeconds() const
int bitsPerSample() const
int lengthInMilliseconds() const
Codec
Definition: asfproperties.h:46
@ WMA1
Definition: asfproperties.h:55
@ WMA9Lossless
Definition: asfproperties.h:70
@ WMA9Pro
Definition: asfproperties.h:65
@ WMA2
Definition: asfproperties.h:60
virtual int sampleRate() const
virtual int bitrate() const
String codecDescription() const
virtual int channels() const
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
A wide string class suitable for unicode.
Definition: tstring.h:85
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40