30 #ifndef TAGLIB_SPEEXPROPERTIES_H 31 #define TAGLIB_SPEEXPROPERTIES_H 72 int lengthInMilliseconds()
const override;
77 int bitrate()
const override;
82 int bitrateNominal()
const;
87 int sampleRate()
const override;
92 int channels()
const override;
97 int speexVersion()
const;
100 void read(
File *file);
102 class PropertiesPrivate;
104 std::unique_ptr<PropertiesPrivate> d;
#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
An implementation of Ogg::File with Speex specific methods.
Definition: speexfile.h:54
An implementation of audio property reading for Ogg Speex.
Definition: speexproperties.h:50
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41