26#ifndef TAGLIB_MPEGPROPERTIES_H
27#define TAGLIB_MPEGPROPERTIES_H
144 void read(
File *file);
146 class PropertiesPrivate;
147 PropertiesPrivate *d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
ReadStyle
Definition: audioproperties.h:53
An MPEG file class with some useful methods specific to MPEG.
Definition: mpegfile.h:54
An implementation of audio property reading for MP3.
Definition: mpegproperties.h:49
Header::Version version() const
Header::ChannelMode channelMode() const
const XingHeader * xingHeader() const
virtual int length() const
int lengthInMilliseconds() const
int lengthInSeconds() 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
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40