![]() |
Lua Player Plus Vita
Documentation of lpp-vita
|
Public Member Functions | |
| void | init (void) |
| Initialize audio subsystem. | |
| void | term (void) |
| Terminate audio subsystem. | |
| int | open (string filename) |
| Open an audio file. | |
| void | play (int music, bool loop) |
| Play a sound. | |
| void | pause (int music) |
| Pause a sound. | |
| void | resume (int music) |
| Resume a sound. | |
| void | close (int music) |
| Close an opened sound. | |
| bool | isPlaying (int music) |
| Check if a given sound is in playing state. | |
| void | setVolume (int music, int volume) |
| Set internal volume for a given sound. | |
| int | getVolume (int music) |
| Get internal volume for a given sound. | |
| string | getTitle (int music) |
| Get song title of a given sound. | |
| string | getAuthor (int music) |
| Get song author of a given sound. | |
| void | playShutter (ShutterId id) |
| Play a shutter sound. | |