26 #ifndef TAGLIB_DSFPROPERTIES_H 27 #define TAGLIB_DSFPROPERTIES_H 46 int lengthInMilliseconds()
const override;
47 int bitrate()
const override;
48 int sampleRate()
const override;
49 int channels()
const override;
51 int formatVersion()
const;
58 int channelType()
const;
59 int bitsPerSample()
const;
60 long long sampleCount()
const;
61 int blockSizePerChannel()
const;
66 class PropertiesPrivate;
68 std::unique_ptr<PropertiesPrivate> d;
An implementation of audio properties for DSF.
Definition: dsfproperties.h:38
A byte vector.
Definition: tbytevector.h:45
#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
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41