|
TagLib 1.11.1 (wavpackproperties.h Source File) |
|
|
|
Go to the documentation of this file.
30 #ifndef TAGLIB_WVPROPERTIES_H
31 #define TAGLIB_WVPROPERTIES_H
42 static const unsigned int HeaderSize = 32;
140 void read(
File *file,
long streamLength);
141 unsigned int seekFinalIndex(
File *file,
long streamLength);
143 class PropertiesPrivate;
144 PropertiesPrivate *d;
ReadStyle
Definition: audioproperties.h:53
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of TagLib::File with WavPack specific methods.
Definition: wavpackfile.h:65
virtual int channels() const
An implementation of audio property reading for WavPack.
Definition: wavpackproperties.h:52
Properties(File *file, long streamLength, ReadStyle style=Average)
unsigned int sampleFrames() const
virtual int length() const
virtual int sampleRate() const
int lengthInSeconds() const
A byte vector.
Definition: tbytevector.h:46
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
int bitsPerSample() const
virtual int bitrate() const
int lengthInMilliseconds() const
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
Properties(const ByteVector &data, long streamLength, ReadStyle style=Average)