30#ifndef TAGLIB_SPEEXPROPERTIES_H
31#define TAGLIB_SPEEXPROPERTIES_H
120 void read(
File *file);
122 class PropertiesPrivate;
123 PropertiesPrivate *d;
A simple, abstract interface to common audio properties.
Definition audioproperties.h:43
ReadStyle
Definition audioproperties.h:53
An implementation of Ogg::File with Speex specific methods.
Definition speexfile.h:56
An implementation of audio property reading for Ogg Speex.
Definition speexproperties.h:51
virtual int bitrate() const
virtual int channels() const
int bitrateNominal() const
virtual int sampleRate() const
Properties(File *file, ReadStyle style=Average)
int lengthInSeconds() const
int lengthInMilliseconds() const
virtual TAGLIB_DEPRECATED int length() const
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_DEPRECATED
Definition taglib.h:54
#define TAGLIB_EXPORT
Definition taglib_export.h:40