30 #ifndef TAGLIB_SPEEXPROPERTIES_H
31 #define TAGLIB_SPEEXPROPERTIES_H
66 virtual int length()
const;
67 virtual int bitrate()
const;
68 virtual int sampleRate()
const;
69 virtual int channels()
const;
74 int speexVersion()
const;
82 class PropertiesPrivate;
ReadStyle
Definition: audioproperties.h:53
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42
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:50