30#ifndef TAGLIB_SPEEXPROPERTIES_H
31#define TAGLIB_SPEEXPROPERTIES_H
100 void read(
File *file);
102 class PropertiesPrivate;
104 std::unique_ptr<PropertiesPrivate> d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:46
ReadStyle
Definition: audioproperties.h:56
An implementation of Ogg::File with Speex specific methods.
Definition: speexfile.h:55
An implementation of audio property reading for Ogg Speex.
Definition: speexproperties.h:51
Properties & operator=(const Properties &)=delete
Properties(const Properties &)=delete
int sampleRate() const override
int bitrate() const override
int lengthInMilliseconds() const override
int bitrateNominal() const
Properties(File *file, ReadStyle style=Average)
int channels() const override
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