30#ifndef TAGLIB_SPEEXPROPERTIES_H
31#define TAGLIB_SPEEXPROPERTIES_H
100 void read(
File *file);
102 class PropertiesPrivate;
104 std::unique_ptr<PropertiesPrivate> d;
AudioProperties(const AudioProperties &)=delete
ReadStyle
Definition audioproperties.h:56
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:60
An implementation of Ogg::File with Speex specific methods.
Definition speexfile.h:55
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 containing classes for Speex metadata.
Definition speexfile.h:43
A namespace for the classes used by Ogg-based metadata files.
Definition flacfile.h:41
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