26 #ifndef TAGLIB_FLACPROPERTIES_H 27 #define TAGLIB_FLACPROPERTIES_H 66 int lengthInMilliseconds()
const override;
71 int bitrate()
const override;
76 int sampleRate()
const override;
81 int channels()
const override;
87 int bitsPerSample()
const;
92 unsigned long long sampleFrames()
const;
103 class PropertiesPrivate;
105 std::unique_ptr<PropertiesPrivate> d;
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
An implementation of audio property reading for FLAC.
Definition: flacproperties.h:44
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