Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)

This commit is contained in:
Alex Szpakowski
2013-08-11 04:15:42 -03:00
parent daf50698b8
commit 66a773d2a7
20 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ namespace sound
Decoder *luax_checkdecoder(lua_State *L, int idx);
int w_Decoder_getChannels(lua_State *L);
int w_Decoder_getBits(lua_State *L);
int w_Decoder_getBitDepth(lua_State *L);
int w_Decoder_getSampleRate(lua_State *L);
extern "C" int luaopen_decoder(lua_State *L);