#include <ReplayGain.h>
§ Type
Enumerator |
---|
NONE | |
ALBUM | |
TRACK | |
§ Get() [1/2]
§ Get() [2/2]
std::string ReplayGain::Get |
( |
| ) |
const |
§ ParseGain()
void ReplayGain::ParseGain |
( |
Type |
aType, |
|
|
const std::string & |
aStrGain |
|
) |
| |
§ ParsePeak()
void ReplayGain::ParsePeak |
( |
Type |
aType, |
|
|
const std::string & |
aStrPeak |
|
) |
| |
§ Set() [1/2]
§ Set() [2/2]
void ReplayGain::Set |
( |
const std::string & |
strReplayGain | ) |
|
§ SetGain()
void ReplayGain::SetGain |
( |
Type |
aType, |
|
|
float |
aGain |
|
) |
| |
§ SetPeak()
void ReplayGain::SetPeak |
( |
Type |
aType, |
|
|
float |
aPeak |
|
) |
| |
The documentation for this class was generated from the following files: