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