|
TagLib 1.12 (vorbisproperties.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_VORBISPROPERTIES_H
27 #define TAGLIB_VORBISPROPERTIES_H
63 Properties(File *file, ReadStyle style = Average);
68 virtual ~Properties();
87 int lengthInSeconds()
const;
95 int lengthInMilliseconds()
const;
100 virtual int bitrate()
const;
105 virtual int sampleRate()
const;
110 virtual int channels()
const;
115 int vorbisVersion()
const;
121 int bitrateMaximum()
const;
127 int bitrateNominal()
const;
133 int bitrateMinimum()
const;
136 Properties(
const Properties &);
137 Properties &operator=(
const Properties &);
139 void read(File *file);
141 class PropertiesPrivate;
142 PropertiesPrivate *d;
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
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:63