#include <types.h>
Public Attributes | |
gfloat | track_gain |
gfloat | track_peak |
gfloat | album_gain |
gfloat | album_peak |
Definition at line 56 of file types.h.
gfloat ReplayGainInfo::album_gain |
Definition at line 59 of file types.h.
Referenced by apply_replay_gain(), read_gain_from_tuple(), and set_gain().
gfloat ReplayGainInfo::album_peak |
Definition at line 60 of file types.h.
Referenced by apply_replay_gain(), read_gain_from_tuple(), and set_gain().
gfloat ReplayGainInfo::track_gain |
Definition at line 57 of file types.h.
Referenced by apply_replay_gain(), read_gain_from_tuple(), and set_gain().
gfloat ReplayGainInfo::track_peak |
Definition at line 58 of file types.h.
Referenced by apply_replay_gain(), read_gain_from_tuple(), and set_gain().