|
TagLib 1.11.1 (vorbisproperties.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_VORBISPROPERTIES_H
27 #define TAGLIB_VORBISPROPERTIES_H
139 void read(
File *file);
141 class PropertiesPrivate;
142 PropertiesPrivate *d;
ReadStyle
Definition: audioproperties.h:53
An implementation of audio property reading for Ogg Vorbis.
Definition: vorbisproperties.h:57
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
int lengthInSeconds() const
int vorbisVersion() const
int bitrateMaximum() const
int lengthInMilliseconds() const
An implementation of Ogg::File with Vorbis specific methods.
Definition: vorbisfile.h:63
virtual int channels() const
virtual int length() const
int bitrateNominal() const
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
virtual int sampleRate() const
Properties(File *file, ReadStyle style=Average)
int bitrateMinimum() const
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
virtual int bitrate() const