19 #ifndef AVUTIL_REPLAYGAIN_H
20 #define AVUTIL_REPLAYGAIN_H
uint32_t track_peak
Peak track amplitude, with 100000 representing full scale (but values may overflow).
int32_t album_gain
Same as track_gain, but for the whole album.
uint32_t album_peak
Same as track_peak, but for the whole album,.
int32_t track_gain
Track replay gain in microbels (divide by 100000 to get the value in dB).
ReplayGain information (see http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_1.0_specification).