30 #ifndef TAGLIB_OPUSPROPERTIES_H 31 #define TAGLIB_OPUSPROPERTIES_H 72 int lengthInMilliseconds()
const override;
77 int bitrate()
const override;
85 int sampleRate()
const override;
90 int channels()
const override;
97 int inputSampleRate()
const;
102 int opusVersion()
const;
105 void read(
File *file);
107 class PropertiesPrivate;
109 std::unique_ptr<PropertiesPrivate> d;
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
An implementation of audio property reading for Ogg Opus.
Definition: opusproperties.h:50
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of Ogg::File with Opus specific methods.
Definition: opusfile.h:54
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