mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +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:
@@ -60,7 +60,7 @@ public:
|
||||
virtual int getMaxSamples() const;
|
||||
virtual int getSampleRate() const;
|
||||
virtual int getBitDepth() const;
|
||||
virtual int getChannels() const;
|
||||
virtual int getChannelCount() const;
|
||||
virtual bool isRecording() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user