26#ifndef TAGLIB_DSFPROPERTIES_H
27#define TAGLIB_DSFPROPERTIES_H
66 class PropertiesPrivate;
68 std::unique_ptr<PropertiesPrivate> d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:46
ReadStyle
Definition: audioproperties.h:56
A byte vector.
Definition: tbytevector.h:46
An implementation of audio properties for DSF.
Definition: dsfproperties.h:38
int blockSizePerChannel() const
Properties(const ByteVector &data, ReadStyle style)
int channels() const override
int bitsPerSample() const
int sampleRate() const override
Properties(const Properties &)=delete
int lengthInMilliseconds() const override
int bitrate() const override
Properties & operator=(const Properties &)=delete
long long sampleCount() const
int formatVersion() const
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