30 #ifndef TAGLIB_WVPROPERTIES_H 31 #define TAGLIB_WVPROPERTIES_H 42 static constexpr
unsigned int HeaderSize = 32;
72 int lengthInMilliseconds()
const override;
77 int bitrate()
const override;
82 int sampleRate()
const override;
87 int channels()
const override;
92 int bitsPerSample()
const;
97 bool isLossless()
const;
102 unsigned int sampleFrames()
const;
111 unsigned int seekFinalIndex(
File *file,
offset_t streamLength);
113 class PropertiesPrivate;
115 std::unique_ptr<PropertiesPrivate> d;
An implementation of TagLib::File with WavPack specific methods.
Definition: wavpackfile.h:64
An implementation of audio property reading for WavPack.
Definition: wavpackproperties.h:51
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:45
off_t offset_t
Definition: taglib.h:64
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41