|
TagLib 1.11.1 (wavproperties.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_WAVPROPERTIES_H
27 #define TAGLIB_WAVPROPERTIES_H
58 Properties(
const ByteVector &data, ReadStyle style);
87 virtual int length()
const;
96 int lengthInSeconds()
const;
104 int lengthInMilliseconds()
const;
109 virtual int bitrate()
const;
114 virtual int sampleRate()
const;
119 virtual int channels()
const;
124 int bitsPerSample()
const;
133 int sampleWidth()
const;
138 unsigned int sampleFrames()
const;
154 void read(
File *file);
156 class PropertiesPrivate;
157 PropertiesPrivate *d;
ReadStyle
Definition: audioproperties.h:91
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of TagLib::File with WAV specific methods.
Definition: wavfile.h:115
An implementation of audio property reading for WAV.
Definition: wavproperties.h:66
A byte vector.
Definition: tbytevector.h:64
#define TAGLIB_EXPORT
Definition: taglib_export.h:38