mirror of https://github.com/axmolengine/axmol.git
cddandroidAndroidJavaEngine.h with updated method declaration
This commit is contained in:
parent
74c928bafc
commit
b8db689e3a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue