An implementation of audio property reading for WavPack.
More...
#include <wavpackproperties.h>
An implementation of audio property reading for WavPack.
This reads the data from an WavPack stream found in the AudioProperties API.
TagLib::WavPack::Properties::Properties |
( |
File * |
file, |
|
|
long |
streamLength, |
|
|
ReadStyle |
style = Average |
|
) |
| |
virtual TagLib::WavPack::Properties::~Properties |
( |
| ) |
|
|
virtual |
virtual int TagLib::WavPack::Properties::bitrate |
( |
| ) |
const |
|
virtual |
int TagLib::WavPack::Properties::bitsPerSample |
( |
| ) |
const |
Returns the number of bits per audio sample.
virtual int TagLib::WavPack::Properties::channels |
( |
| ) |
const |
|
virtual |
bool TagLib::WavPack::Properties::isLossless |
( |
| ) |
const |
Returns whether or not the file is lossless encoded.
virtual int TagLib::WavPack::Properties::length |
( |
| ) |
const |
|
virtual |
int TagLib::WavPack::Properties::lengthInMilliseconds |
( |
| ) |
const |
int TagLib::WavPack::Properties::lengthInSeconds |
( |
| ) |
const |
Returns the length of the file in seconds. The length is rounded down to the nearest whole second.
- See also
- lengthInMilliseconds()
unsigned int TagLib::WavPack::Properties::sampleFrames |
( |
| ) |
const |
Returns the total number of audio samples in file.
virtual int TagLib::WavPack::Properties::sampleRate |
( |
| ) |
const |
|
virtual |
int TagLib::WavPack::Properties::version |
( |
| ) |
const |
The documentation for this class was generated from the following file: