mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Add SoundData:getDuration, returns the duration in seconds
This commit is contained in:
@@ -36,6 +36,7 @@ int w_getSize(lua_State *L);
|
||||
int w_getChannels(lua_State *L);
|
||||
int w_getBits(lua_State *L);
|
||||
int w_getSampleRate(lua_State *L);
|
||||
int w_getDuration(lua_State *L);
|
||||
int w_setSample(lua_State *L);
|
||||
int w_getSample(lua_State *L);
|
||||
extern "C" int luaopen_sounddata(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user