26#ifndef TAGLIB_WAVPROPERTIES_H
27#define TAGLIB_WAVPROPERTIES_H
154 void read(
File *file);
156 class PropertiesPrivate;
157 PropertiesPrivate *d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
ReadStyle
Definition: audioproperties.h:53
A byte vector.
Definition: tbytevector.h:46
An implementation of TagLib::File with WAV specific methods.
Definition: wavfile.h:59
An implementation of audio property reading for WAV.
Definition: wavproperties.h:50
Properties(const ByteVector &data, ReadStyle style)
virtual int length() const
Properties(const ByteVector &data, unsigned int streamLength, ReadStyle style)
int lengthInSeconds() const
virtual int bitrate() const
virtual int channels() const
virtual int sampleRate() const
Properties(File *file, ReadStyle style)
unsigned int sampleFrames() const
int lengthInMilliseconds() const
int bitsPerSample() const
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40