26#ifndef TAGLIB_ASFPROPERTIES_H
27#define TAGLIB_ASFPROPERTIES_H
160#ifndef DO_NOT_DOCUMENT
162 void setLength(
int value);
164 void setLengthInMilliseconds(
int value);
165 void setBitrate(
int value);
166 void setSampleRate(
int value);
167 void setChannels(
int value);
168 void setBitsPerSample(
int value);
169 void setCodec(
int value);
170 void setCodecName(
const String &value);
171 void setCodecDescription(
const String &value);
172 void setEncrypted(
bool value);
176 class PropertiesPrivate;
177 PropertiesPrivate *d;
An implementation of ASF audio properties.
Definition: asfproperties.h:37
int lengthInSeconds() const
int bitsPerSample() const
int lengthInMilliseconds() const
Codec
Definition: asfproperties.h:44
@ WMA1
Definition: asfproperties.h:53
@ WMA9Lossless
Definition: asfproperties.h:68
@ WMA9Pro
Definition: asfproperties.h:63
@ WMA2
Definition: asfproperties.h:58
virtual int sampleRate() const
virtual int bitrate() const
String codecDescription() const
virtual int channels() const
virtual TAGLIB_DEPRECATED int length() 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_DEPRECATED
Definition: taglib.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40