26 #ifndef TAGLIB_ASFPROPERTIES_H 27 #define TAGLIB_ASFPROPERTIES_H 91 virtual int length()
const;
100 int lengthInSeconds()
const;
108 int lengthInMilliseconds()
const;
113 virtual int bitrate()
const;
118 virtual int sampleRate()
const;
123 virtual int channels()
const;
128 int bitsPerSample()
const;
155 String codecDescription()
const;
160 bool isEncrypted()
const;
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:38
A wide string class suitable for unicode.
Definition: tstring.h:84
Windows Media Audio 1.
Definition: asfproperties.h:55
Windows Media Audio 9 Professional.
Definition: asfproperties.h:65
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42
Codec
Audio codec types can be used in ASF file.
Definition: asfproperties.h:45
Windows Media Audio 9 Lossless.
Definition: asfproperties.h:70
Windows Media Audio 2 or above.
Definition: asfproperties.h:60