26#ifndef TAGLIB_VORBISPROPERTIES_H
27#define TAGLIB_VORBISPROPERTIES_H
121 void read(
File *file);
123 class PropertiesPrivate;
125 std::unique_ptr<PropertiesPrivate> d;
142 using Properties = TagLib::Vorbis::Properties;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:46
ReadStyle
Definition: audioproperties.h:56
An implementation of Ogg::File with Vorbis specific methods.
Definition: vorbisfile.h:64
An implementation of audio property reading for Ogg Vorbis.
Definition: vorbisproperties.h:59
int sampleRate() const override
Properties(File *file, ReadStyle style=Average)
int bitrateNominal() const
int lengthInMilliseconds() const override
Properties & operator=(const Properties &)=delete
int bitrateMinimum() const
int vorbisVersion() const
int bitrateMaximum() const
int channels() const override
int bitrate() const override
Properties(const Properties &)=delete
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55