|
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);
66 Properties(
const ByteVector &data,
unsigned int streamLength, ReadStyle style);
72 Properties(
File *file, ReadStyle style);
77 virtual ~Properties();
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;
156 class PropertiesPrivate;
157 PropertiesPrivate *d;
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:122
An implementation of audio property reading for WAV.
Definition: wavproperties.h:71
#define TAGLIB_EXPORT
Definition: taglib_export.h:40