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