30#ifndef TAGLIB_OPUSPROPERTIES_H
31#define TAGLIB_OPUSPROPERTIES_H
105 void read(
File *file);
107 class PropertiesPrivate;
109 std::unique_ptr<PropertiesPrivate> d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:46
ReadStyle
Definition: audioproperties.h:56
An implementation of Ogg::File with Opus specific methods.
Definition: opusfile.h:55
An implementation of audio property reading for Ogg Opus.
Definition: opusproperties.h:51
int inputSampleRate() const
int bitrate() const override
Properties(const Properties &)=delete
Properties(File *file, ReadStyle style=Average)
Properties & operator=(const Properties &)=delete
int channels() const override
int lengthInMilliseconds() const override
int sampleRate() const override
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