Channels can be paused, resumed, stopped...
This commit is contained in:
@@ -15,5 +15,9 @@ bool JA_IsMusicPlaying();
|
||||
void JA_DeleteMusic(JA_Music music);
|
||||
|
||||
JA_Sound JA_LoadSound(const char* filename);
|
||||
void JA_PlaySound(JA_Sound sound, const int loop = 0);
|
||||
int JA_PlaySound(JA_Sound sound, const int loop = 0);
|
||||
void JA_PauseChannel(const int channel);
|
||||
void JA_ResumeChannel(const int channel);
|
||||
void JA_StopChannel(const int channel);
|
||||
bool JA_IsChannelPlaying(const int channel);
|
||||
void JA_DeleteSound(JA_Sound sound);
|
||||
|
||||
Reference in New Issue
Block a user