An implementation of audio property reading for WAV.
More...
#include <wavproperties.h>
An implementation of audio property reading for WAV.
This reads the data from a WAV stream found in the AudioProperties API.
◆ Properties() [1/2]
TagLib::RIFF::WAV::Properties::Properties |
( |
File * |
file, |
|
|
ReadStyle |
style |
|
) |
| |
◆ ~Properties()
TagLib::RIFF::WAV::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
TagLib::RIFF::WAV::Properties::Properties |
( |
const Properties & |
| ) |
|
|
delete |
◆ bitrate()
int TagLib::RIFF::WAV::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
◆ bitsPerSample()
int TagLib::RIFF::WAV::Properties::bitsPerSample |
( |
| ) |
const |
Returns the number of bits per audio sample.
◆ channels()
int TagLib::RIFF::WAV::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ format()
int TagLib::RIFF::WAV::Properties::format |
( |
| ) |
const |
Returns the format ID of the file. 0 for unknown, 1 for PCM, 2 for ADPCM, 3 for 32/64-bit IEEE754, and so forth.
- Note
- For further information, refer to the WAVE Form Registration Numbers in RFC 2361.
◆ lengthInMilliseconds()
int TagLib::RIFF::WAV::Properties::lengthInMilliseconds |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ sampleFrames()
unsigned int TagLib::RIFF::WAV::Properties::sampleFrames |
( |
| ) |
const |
Returns the number of sample frames.
◆ sampleRate()
int TagLib::RIFF::WAV::Properties::sampleRate |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: