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]
◆ 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 |
◆ isDsd()
| bool TagLib::WavPack::Properties::isDsd |
( |
| ) |
const |
Returns whether or not the file is DSD (not PCM)
◆ 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: