26 #ifndef TAGLIB_ASFPROPERTIES_H 27 #define TAGLIB_ASFPROPERTIES_H 98 int lengthInSeconds()
const;
106 int lengthInMilliseconds()
const;
111 virtual int bitrate()
const;
116 virtual int sampleRate()
const;
121 virtual int channels()
const;
126 int bitsPerSample()
const;
153 String codecDescription()
const;
158 bool isEncrypted()
const;
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;
Definition: asfproperties.h:58
Definition: asfproperties.h:63
A wide string class suitable for unicode.
Definition: tstring.h:84
Definition: asfproperties.h:68
Codec
Definition: asfproperties.h:43
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Definition: asfproperties.h:53
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:36