26 #ifndef TAGLIB_WAVPROPERTIES_H 27 #define TAGLIB_WAVPROPERTIES_H 96 int lengthInSeconds()
const;
104 int lengthInMilliseconds()
const;
109 virtual int bitrate()
const;
114 virtual int sampleRate()
const;
119 virtual int channels()
const;
124 int bitsPerSample()
const;
138 unsigned int sampleFrames()
const;
154 void read(
File *file);
156 class PropertiesPrivate;
157 PropertiesPrivate *d;
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
An implementation of audio property reading for WAV.
Definition: wavproperties.h:49
An implementation of TagLib::File with WAV specific methods.
Definition: wavfile.h:58
ReadStyle
Definition: audioproperties.h:53
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
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