ReplayGain information structure. More...
#include <plugin.h>
Public Attributes | |
| gfloat | track_gain |
| Track gain in decibels (dB). | |
| gfloat | track_peak |
| gfloat | album_gain |
| gfloat | album_peak |
ReplayGain information structure.
Definition at line 65 of file plugin.h.
| gfloat ReplayGainInfo::album_gain |
Definition at line 68 of file plugin.h.
Referenced by apply_replay_gain(), output_set_replaygain_info(), and read_gain_from_tuple().
| gfloat ReplayGainInfo::album_peak |
Definition at line 69 of file plugin.h.
Referenced by apply_replay_gain(), output_set_replaygain_info(), and read_gain_from_tuple().
| gfloat ReplayGainInfo::track_gain |
Track gain in decibels (dB).
Definition at line 66 of file plugin.h.
Referenced by apply_replay_gain(), output_set_replaygain_info(), and read_gain_from_tuple().
| gfloat ReplayGainInfo::track_peak |
Definition at line 67 of file plugin.h.
Referenced by apply_replay_gain(), output_set_replaygain_info(), and read_gain_from_tuple().
1.7.1