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 |
Returns the most appropriate bit rate for the file in kb/s. For constant bitrate formats this is simply the bitrate of the file. For variable bitrate formats this is either the average or nominal bitrate.
Implements TagLib::AudioProperties.
int TagLib::WavPack::Properties::bitsPerSample |
( |
| ) |
const |
Returns number of bits per sample.
virtual int TagLib::WavPack::Properties::channels |
( |
| ) |
const |
|
virtual |
virtual int TagLib::WavPack::Properties::length |
( |
| ) |
const |
|
virtual |
uint TagLib::WavPack::Properties::sampleFrames |
( |
| ) |
const |
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: