summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-23 23:14:17 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-23 23:14:17 +0200
commit90459ab8f2d1086fd2f164fd8a3f161708febb8a (patch)
treeeffd2bdb51bcda7c2364a24bd0f629c54eaa5c98 /playlist.h
parentf91d372e4c3d08d59b6633560af491d56608cfcc (diff)
replaygain (experimental)
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index a084e087..e27b0df3 100644
--- a/playlist.h
+++ b/playlist.h
@@ -42,6 +42,10 @@ typedef struct playItem_s {
float playtime; // total playtime
time_t started_timestamp; // result of calling time(NULL)
const char *filetype; // e.g. MP3 or OGG
+ float replaygain_album_gain;
+ float replaygain_album_peak;
+ float replaygain_track_gain;
+ float replaygain_track_peak;
struct playItem_s *next[PL_MAX_ITERATORS]; // next item in linked list
struct playItem_s *prev[PL_MAX_ITERATORS]; // prev item in linked list
struct metaInfo_s *meta; // linked list storing metainfo