|
TagLib 1.11.1 (aiffproperties.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_AIFFPROPERTIES_H
27 #define TAGLIB_AIFFPROPERTIES_H
157 void read(
File *file);
159 class PropertiesPrivate;
160 PropertiesPrivate *d;
ReadStyle
Definition: audioproperties.h:53
Properties(const ByteVector &data, ReadStyle style)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
String compressionName() const
int lengthInSeconds() const
Properties(File *file, ReadStyle style)
virtual int bitrate() const
An implementation of TagLib::File with AIFF specific methods.
Definition: aifffile.h:58
unsigned int sampleFrames() const
virtual int channels() const
virtual int sampleRate() const
A byte vector.
Definition: tbytevector.h:46
virtual int length() const
An implementation of audio property reading for AIFF.
Definition: aiffproperties.h:47
int lengthInMilliseconds() const
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
int bitsPerSample() const
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
ByteVector compressionType() const
A wide string class suitable for unicode.
Definition: tstring.h:85