An implementation of audio property reading for MPC.
More...
#include <mpcproperties.h>
An implementation of audio property reading for MPC.
This reads the data from an MPC stream found in the AudioProperties API.
◆ Properties() [1/2]
◆ ~Properties()
TagLib::MPC::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
TagLib::MPC::Properties::Properties |
( |
const Properties & |
| ) |
|
|
delete |
◆ albumGain()
int TagLib::MPC::Properties::albumGain |
( |
| ) |
const |
Returns the album gain as an integer value, to convert to dB: albumGain in dB = 64.82 - (albumGain / 256)
◆ albumPeak()
int TagLib::MPC::Properties::albumPeak |
( |
| ) |
const |
Returns the album peak as an integer value, to convert to dB: albumPeak in dB = albumPeak / 256 to convert to floating [-1..1]: albumPeak = 10^(albumPeak / 256 / 20)/32768
◆ bitrate()
int TagLib::MPC::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
◆ channels()
int TagLib::MPC::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ lengthInMilliseconds()
int TagLib::MPC::Properties::lengthInMilliseconds |
( |
| ) |
const |
|
overridevirtual |
◆ mpcVersion()
int TagLib::MPC::Properties::mpcVersion |
( |
| ) |
const |
Returns the version of the bitstream (SV4-SV8)
◆ operator=()
◆ sampleFrames()
unsigned long TagLib::MPC::Properties::sampleFrames |
( |
| ) |
const |
◆ sampleRate()
int TagLib::MPC::Properties::sampleRate |
( |
| ) |
const |
|
overridevirtual |
◆ totalFrames()
unsigned int TagLib::MPC::Properties::totalFrames |
( |
| ) |
const |
◆ trackGain()
int TagLib::MPC::Properties::trackGain |
( |
| ) |
const |
Returns the track gain as an integer value, to convert to dB: trackGain in dB = 64.82 - (trackGain / 256)
◆ trackPeak()
int TagLib::MPC::Properties::trackPeak |
( |
| ) |
const |
Returns the track peak as an integer value, to convert to dB: trackPeak in dB = trackPeak / 256 to convert to floating [-1..1]: trackPeak = 10^(trackPeak / 256 / 20)/32768
The documentation for this class was generated from the following file: