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