26#ifndef TAGLIB_MPEGPROPERTIES_H
27#define TAGLIB_MPEGPROPERTIES_H
144 void read(
File *file);
146 class PropertiesPrivate;
147 PropertiesPrivate *d;
AudioProperties(ReadStyle style)
ReadStyle
Definition audioproperties.h:53
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:57
An MPEG file class with some useful methods specific to MPEG.
Definition mpegfile.h:56
Header::Version version() const
Header::ChannelMode channelMode() const
const XingHeader * xingHeader() const
int lengthInMilliseconds() const
int lengthInSeconds() const
virtual TAGLIB_DEPRECATED int length() const
Properties(File *file, ReadStyle style=Average)
virtual int bitrate() const
bool protectionEnabled() const
bool isCopyrighted() const
virtual int sampleRate() const
virtual int channels() const
An implementation of TagLib::File with MPEG (MP3) specific methods.
Definition mpegfile.h:45
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_DEPRECATED
Definition taglib.h:54
#define TAGLIB_EXPORT
Definition taglib_export.h:40