26#ifndef TAGLIB_WAVPROPERTIES_H
27#define TAGLIB_WAVPROPERTIES_H
108 void read(
File *file);
110 class PropertiesPrivate;
112 std::unique_ptr<PropertiesPrivate> d;
AudioProperties(const AudioProperties &)=delete
ReadStyle
Definition audioproperties.h:56
A byte vector.
Definition tbytevector.h:46
An implementation of TagLib::File with WAV specific methods.
Definition wavfile.h:59
Properties(const Properties &)=delete
int lengthInMilliseconds() const override
int bitrate() const override
Properties & operator=(const Properties &)=delete
Properties(File *file, ReadStyle style)
int channels() const override
int sampleRate() const override
unsigned int sampleFrames() const
int bitsPerSample() const
An implementation of WAV metadata.
Definition wavfile.h:47
An implementation of TagLib::File with RIFF specific methods.
Definition aifffile.h:35
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55