mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
bool rewind();
|
||||
bool isSeekable();
|
||||
int getChannels() const;
|
||||
int getBits() const;
|
||||
int getBitDepth() const;
|
||||
int getSampleRate() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user