|
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
55 Properties(
const ByteVector &data, ReadStyle style);
61 Properties(
File *file, ReadStyle style);
66 virtual ~Properties();
76 virtual int length()
const;
85 int lengthInSeconds()
const;
93 int lengthInMilliseconds()
const;
98 virtual int bitrate()
const;
103 virtual int sampleRate()
const;
108 virtual int channels()
const;
113 int bitsPerSample()
const;
122 int sampleWidth()
const;
127 unsigned int sampleFrames()
const;
132 bool isAiffC()
const;
151 String compressionName()
const;
157 void read(
File *file);
159 class PropertiesPrivate;
160 PropertiesPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of TagLib::File with AIFF specific methods.
Definition: aifffile.h:120
A byte vector.
Definition: tbytevector.h:66
An implementation of audio property reading for AIFF.
Definition: aiffproperties.h:109
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A wide string class suitable for unicode.
Definition: tstring.h:84