30#ifndef TAGLIB_WVPROPERTIES_H
31#define TAGLIB_WVPROPERTIES_H
42 static constexpr unsigned int HeaderSize = 32;
111 unsigned int seekFinalIndex(
File *file,
offset_t streamLength);
113 class PropertiesPrivate;
115 std::unique_ptr<PropertiesPrivate> d;
AudioProperties(const AudioProperties &)=delete
ReadStyle
Definition audioproperties.h:56
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:60
An implementation of TagLib::File with WavPack specific methods.
Definition wavpackfile.h:65
Properties(const Properties &)=delete
int channels() const override
int sampleRate() const override
Properties & operator=(const Properties &)=delete
int bitrate() const override
unsigned int sampleFrames() const
int bitsPerSample() const
Properties(File *file, offset_t streamLength, ReadStyle style=Average)
int lengthInMilliseconds() const override
An implementation of WavPack metadata.
Definition wavpackfile.h:53
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
off_t offset_t
Definition taglib.h:64
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55