cddandroidAndroidJavaEngine.h with updated method declaration

This commit is contained in:
folecr 2013-07-24 16:58:37 -07:00
parent 74c928bafc
commit b8db689e3a
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ namespace CocosDenshion {
void setBackgroundMusicVolume(float volume);
float getEffectsVolume();
void setEffectsVolume(float volume);
unsigned int playEffect(const char* pszFilePath, bool bLoop);
unsigned int playEffect(const char* pszFilePath, bool bLoop = false,
float pitch = 1.0f, float pan = 0.0f, float gain = 1.0f);
void pauseEffect(unsigned int nSoundId);
void pauseAllEffects();
void resumeEffect(unsigned int nSoundId);