|
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
57 Properties(
File *file, ReadStyle style = Average);
62 virtual ~Properties();
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;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of Ogg::File with Speex specific methods.
Definition: speexfile.h:124
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
An implementation of audio property reading for Ogg Speex.
Definition: speexproperties.h:117