26 #ifndef TAGLIB_WAVPROPERTIES_H 27 #define TAGLIB_WAVPROPERTIES_H 87 virtual int length()
const;
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;
133 int sampleWidth()
const;
138 unsigned int sampleFrames()
const;
154 void read(
File *file);
156 class PropertiesPrivate;
157 PropertiesPrivate *d;
ReadStyle
Reading audio properties from a file can sometimes be very time consuming and for the most accurate r...
Definition: audioproperties.h:53
A byte vector.
Definition: tbytevector.h:45
An implementation of audio property reading for WAV.
Definition: wavproperties.h:49
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
An implementation of TagLib::File with WAV specific methods.
Definition: wavfile.h:58
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42