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 a WavPack stream found in the AudioProperties API.
◆ Properties() [1/2]
◆ ~Properties()
TagLib::WavPack::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
TagLib::WavPack::Properties::Properties |
( |
const Properties & |
| ) |
|
|
delete |
◆ bitrate()
int TagLib::WavPack::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
◆ bitsPerSample()
int TagLib::WavPack::Properties::bitsPerSample |
( |
| ) |
const |
Returns the number of bits per audio sample.
◆ channels()
int TagLib::WavPack::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ isLossless()
bool TagLib::WavPack::Properties::isLossless |
( |
| ) |
const |
Returns whether or not the file is lossless encoded.
◆ lengthInMilliseconds()
int TagLib::WavPack::Properties::lengthInMilliseconds |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ sampleFrames()
unsigned int TagLib::WavPack::Properties::sampleFrames |
( |
| ) |
const |
Returns the total number of audio samples in file.
◆ sampleRate()
int TagLib::WavPack::Properties::sampleRate |
( |
| ) |
const |
|
overridevirtual |
◆ version()
int TagLib::WavPack::Properties::version |
( |
| ) |
const |
The documentation for this class was generated from the following file: