|
TagLib 1.11.1 (mp4properties.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_MP4PROPERTIES_H
27 #define TAGLIB_MP4PROPERTIES_H
110 void read(
File *file, Atoms *atoms);
112 class PropertiesPrivate;
113 PropertiesPrivate *d;
ReadStyle
Definition: audioproperties.h:53
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
virtual int channels() const
virtual int sampleRate() const
int lengthInSeconds() const
int lengthInMilliseconds() const
virtual int length() const
@ AAC
Definition: mp4properties.h:45
virtual int bitrate() const
Codec
Definition: mp4properties.h:43
virtual int bitsPerSample() const
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of MP4 audio properties.
Definition: mp4properties.h:41
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
Properties(File *file, Atoms *atoms, ReadStyle style=Average)