30 #ifndef TAGLIB_SPEEXPROPERTIES_H 31 #define TAGLIB_SPEEXPROPERTIES_H 72 virtual int length()
const;
81 int lengthInSeconds()
const;
89 int lengthInMilliseconds()
const;
94 virtual int bitrate()
const;
99 int bitrateNominal()
const;
104 virtual int sampleRate()
const;
109 virtual int channels()
const;
114 int speexVersion()
const;
120 void read(
File *file);
122 class PropertiesPrivate;
123 PropertiesPrivate *d;
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
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41