|
TagLib 1.11.1 (trueaudioproperties.h Source File) |
|
|
Go to the documentation of this file.
30 #ifndef TAGLIB_TRUEAUDIOPROPERTIES_H
31 #define TAGLIB_TRUEAUDIOPROPERTIES_H
41 static const unsigned int HeaderSize = 18;
57 Properties(
const ByteVector &data,
long streamLength, ReadStyle style = Average);
62 virtual ~Properties();
72 virtual int length()
const;
81 int lengthInSeconds()
const;
89 int lengthInMilliseconds()
const;
94 virtual int bitrate()
const;
99 virtual int sampleRate()
const;
104 virtual int channels()
const;
109 int bitsPerSample()
const;
114 unsigned int sampleFrames()
const;
119 int ttaVersion()
const;
125 void read(
const ByteVector &data,
long streamLength);
127 class PropertiesPrivate;
128 PropertiesPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of audio property reading for TrueAudio.
Definition: trueaudioproperties.h:100
A byte vector.
Definition: tbytevector.h:66
#define TAGLIB_EXPORT
Definition: taglib_export.h:40