Lua Player Plus Vita
Documentation of lpp-vita
Sound Class Reference

Public Member Functions

void init (void)
 Initialize audio subsystem. More...
 
void term (void)
 Terminate audio subsystem. More...
 
int open (string filename)
 Open an audio file. More...
 
void play (int music, bool loop)
 Play a sound. More...
 
void pause (int music)
 Pause a sound. More...
 
void resume (int music)
 Resume a sound. More...
 
void close (int music)
 Close an opened sound. More...
 
bool isPlaying (int music)
 Check if a given sound is in playing state. More...
 
void setVolume (int music, int volume)
 Set internal volume for a given sound. More...
 
int getVolume (int music)
 Get internal volume for a given sound. More...
 
string getTitle (int music)
 Get song title of a given sound. More...
 
string getAuthor (int music)
 Get song author of a given sound. More...
 
void playShutter (ShutterId id)
 Play a shutter sound. More...