diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-15 19:24:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-15 19:24:15 +0000 |
| commit | 4163cabef5b80851dd68cc196c2d34f48539693b (patch) | |
| tree | 08953439466e338416d388e4873ec849b7434255 /src/plugins/General/rgscan/rgscanner.h | |
| parent | a991df9d7164ddfc1604c8b8d7161d52da2ca516 (diff) | |
| download | qmmp-4163cabef5b80851dd68cc196c2d34f48539693b.tar.gz qmmp-4163cabef5b80851dd68cc196c2d34f48539693b.tar.bz2 qmmp-4163cabef5b80851dd68cc196c2d34f48539693b.zip | |
rgscan: added feature to detect previous tags (#709)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5157 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rgscan/rgscanner.h')
| -rw-r--r-- | src/plugins/General/rgscan/rgscanner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/rgscan/rgscanner.h b/src/plugins/General/rgscan/rgscanner.h index dad5b08a7..86a8d4b99 100644 --- a/src/plugins/General/rgscan/rgscanner.h +++ b/src/plugins/General/rgscan/rgscanner.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -46,6 +46,7 @@ public: bool isRunning() const; bool isPending() const; bool hasValues() const; + QMap<Qmmp::ReplayGainKey, double> oldReplayGainInfo() const; double gain() const; double peak() const; QString url() const; |
