mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
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:
@@ -94,7 +94,7 @@ public:
|
||||
/**
|
||||
* @return Number of channels for recording.
|
||||
**/
|
||||
virtual int getChannels() const = 0;
|
||||
virtual int getChannelCount() const = 0;
|
||||
|
||||
/**
|
||||
* @return True if currently recording.
|
||||
|
||||
Reference in New Issue
Block a user