|
TagLib 1.11.1 (opusproperties.h Source File) |
|
|
Go to the documentation of this file.
30 #ifndef TAGLIB_OPUSPROPERTIES_H
31 #define TAGLIB_OPUSPROPERTIES_H
57 Properties(
File *file, ReadStyle style = Average);
62 virtual ~Properties();
72 virtual int length()
const;
81 int lengthInSeconds()
const;
89 int lengthInMilliseconds()
const;
94 virtual int bitrate()
const;
102 virtual int sampleRate()
const;
107 virtual int channels()
const;
114 int inputSampleRate()
const;
119 int opusVersion()
const;
122 Properties(
const Properties &);
123 Properties &operator=(
const Properties &);
127 class PropertiesPrivate;
128 PropertiesPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of Ogg::File with Opus specific methods.
Definition: opusfile.h:130
#define TAGLIB_EXPORT
Definition: taglib_export.h:40