26 #ifndef TAGLIB_MP4PROPERTIES_H 27 #define TAGLIB_MP4PROPERTIES_H 60 virtual int length()
const;
69 int lengthInSeconds()
const;
77 int lengthInMilliseconds()
const;
82 virtual int bitrate()
const;
87 virtual int sampleRate()
const;
92 virtual int channels()
const;
97 virtual int bitsPerSample()
const;
102 bool isEncrypted()
const;
112 class PropertiesPrivate;
113 PropertiesPrivate *d;
ReadStyle
Reading audio properties from a file can sometimes be very time consuming and for the most accurate r...
Definition: audioproperties.h:53
An implementation of MP4 audio properties.
Definition: mp4properties.h:40
Definition: mp4properties.h:45
This implements and provides an interface for MP4 files to the TagLib::Tag and TagLib::AudioPropertie...
Definition: mp4file.h:48
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42
Codec
Definition: mp4properties.h:43
Root-level atoms.
Definition: mp4atom.h:95