|
TagLib 1.11.1 (mpegproperties.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_MPEGPROPERTIES_H
27 #define TAGLIB_MPEGPROPERTIES_H
55 Properties(
File *file, ReadStyle style = Average);
60 virtual ~Properties();
70 virtual int length()
const;
79 int lengthInSeconds()
const;
87 int lengthInMilliseconds()
const;
92 virtual int bitrate()
const;
97 virtual int sampleRate()
const;
102 virtual int channels()
const;
123 bool protectionEnabled()
const;
133 bool isCopyrighted()
const;
138 bool isOriginal()
const;
146 class PropertiesPrivate;
147 PropertiesPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An MPEG file class with some useful methods specific to MPEG.
Definition: mpegfile.h:75
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of audio property reading for MP3.
Definition: mpegproperties.h:91