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;
Definition: asfproperties.h:60
Definition: asfproperties.h:65
A wide string class suitable for unicode.
Definition: tstring.h:84
Definition: asfproperties.h:70
Codec
Definition: asfproperties.h:45
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Definition: asfproperties.h:55
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of ASF audio properties.
Definition: asfproperties.h:38