Rename Source/SoundData/Decoder:getChannels to getChannelCount (resolves issue #1307). Deprecate the old methods rather than completely removing them.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-08-27 14:40:46 -03:00
parent 0325663283
commit bf6983beac
32 changed files with 87 additions and 56 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ bool Mpg123Decoder::isSeekable()
return true;
}
int Mpg123Decoder::getChannels() const
int Mpg123Decoder::getChannelCount() const
{
return channels;
}