2020-10-17 16:32:16 +08:00
|
|
|
/****************************************************************************
|
2019-11-24 23:15:56 +08:00
|
|
|
Copyright (c) 2013-2017 Chukong Technologies Inc.
|
2019-11-23 20:27:39 +08:00
|
|
|
|
2022-10-01 16:24:52 +08:00
|
|
|
https://axmolengine.github.io/
|
2019-11-23 20:27:39 +08:00
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
in the Software without restriction, including without limitation the rights
|
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
|
|
all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
THE SOFTWARE.
|
|
|
|
****************************************************************************/
|
|
|
|
|
2022-07-16 10:43:05 +08:00
|
|
|
#ifndef __AX_EXTENTIONS_CCCOMAUDIO_H__
|
|
|
|
#define __AX_EXTENTIONS_CCCOMAUDIO_H__
|
2019-11-23 20:27:39 +08:00
|
|
|
|
2023-06-11 13:08:08 +08:00
|
|
|
#include "ComBase.h"
|
|
|
|
#include "base/Protocols.h"
|
|
|
|
#include "2d/Component.h"
|
2020-10-21 10:12:00 +08:00
|
|
|
#include "CocosStudioExport.h"
|
2019-11-23 20:27:39 +08:00
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
namespace cocostudio
|
|
|
|
{
|
2019-11-23 20:27:39 +08:00
|
|
|
|
2022-08-08 18:02:17 +08:00
|
|
|
class CCS_DLL ComAudio : public ax::Component, public ax::PlayableProtocol
|
2019-11-23 20:27:39 +08:00
|
|
|
{
|
|
|
|
DECLARE_CLASS_COMPONENT_INFO
|
|
|
|
public:
|
|
|
|
const static std::string COMPONENT_NAME;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @js ctor
|
|
|
|
*/
|
|
|
|
ComAudio();
|
|
|
|
/**
|
|
|
|
* @js NA
|
|
|
|
* @lua NA
|
|
|
|
*/
|
|
|
|
virtual ~ComAudio();
|
2021-12-25 10:04:45 +08:00
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
public:
|
|
|
|
static ComAudio* create();
|
|
|
|
|
|
|
|
virtual bool init() override;
|
|
|
|
/**
|
|
|
|
* @js NA
|
|
|
|
* @lua NA
|
|
|
|
*/
|
|
|
|
virtual void onEnter() override;
|
|
|
|
/**
|
|
|
|
* @js NA
|
|
|
|
* @lua NA
|
|
|
|
*/
|
|
|
|
virtual void onExit() override;
|
|
|
|
/**
|
2021-12-25 10:04:45 +08:00
|
|
|
* @js NA
|
|
|
|
* @lua NA
|
|
|
|
*/
|
2019-11-23 20:27:39 +08:00
|
|
|
virtual void onAdd() override;
|
|
|
|
/**
|
2021-12-25 10:04:45 +08:00
|
|
|
* @js NA
|
|
|
|
* @lua NA
|
|
|
|
*/
|
2019-11-23 20:27:39 +08:00
|
|
|
virtual void onRemove() override;
|
|
|
|
|
|
|
|
virtual bool serialize(void* r) override;
|
2021-12-25 10:04:45 +08:00
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
public:
|
|
|
|
/**
|
2021-12-25 10:04:45 +08:00
|
|
|
* @lua endToLua
|
|
|
|
*/
|
2019-11-23 20:27:39 +08:00
|
|
|
void end();
|
|
|
|
void preloadBackgroundMusic(const char* pszFilePath);
|
|
|
|
void playBackgroundMusic(const char* pszFilePath, bool bLoop);
|
|
|
|
void playBackgroundMusic(const char* pszFilePath);
|
|
|
|
void playBackgroundMusic();
|
|
|
|
void stopBackgroundMusic(bool bReleaseData);
|
|
|
|
void stopBackgroundMusic();
|
|
|
|
void pauseBackgroundMusic();
|
|
|
|
void resumeBackgroundMusic();
|
|
|
|
void rewindBackgroundMusic();
|
|
|
|
bool willPlayBackgroundMusic();
|
|
|
|
bool isBackgroundMusicPlaying();
|
|
|
|
float getBackgroundMusicVolume();
|
|
|
|
void setBackgroundMusicVolume(float volume);
|
|
|
|
float getEffectsVolume();
|
|
|
|
void setEffectsVolume(float volume);
|
|
|
|
unsigned int playEffect(const char* pszFilePath, bool bLoop);
|
|
|
|
unsigned int playEffect(const char* pszFilePath);
|
|
|
|
unsigned int playEffect();
|
|
|
|
void pauseEffect(unsigned int nSoundId);
|
|
|
|
void pauseAllEffects();
|
|
|
|
void resumeEffect(unsigned int nSoundId);
|
|
|
|
void resumeAllEffects();
|
|
|
|
void stopEffect(unsigned int nSoundId);
|
|
|
|
void stopAllEffects();
|
|
|
|
void preloadEffect(const char* pszFilePath);
|
|
|
|
void unloadEffect(const char* pszFilePath);
|
|
|
|
void setFile(const char* pszFilePath);
|
|
|
|
const char* getFile();
|
|
|
|
void setLoop(bool bLoop);
|
|
|
|
bool isLoop();
|
2021-12-25 10:04:45 +08:00
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
/// @{
|
|
|
|
/// @name implement Playable Protocol
|
|
|
|
// play the effect sound path in _filePath
|
|
|
|
virtual void start() override;
|
|
|
|
// stop the effect sound which started with latest start()
|
|
|
|
virtual void stop() override;
|
|
|
|
/// @} end of PlayableProtocol
|
|
|
|
|
|
|
|
private:
|
|
|
|
std::string _filePath;
|
|
|
|
bool _loop;
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
unsigned int _startedSoundId; // !playing sound id from start(), not playEffect
|
2019-11-23 20:27:39 +08:00
|
|
|
};
|
|
|
|
|
2021-12-25 10:04:45 +08:00
|
|
|
} // namespace cocostudio
|
2019-11-23 20:27:39 +08:00
|
|
|
|
2022-07-16 10:43:05 +08:00
|
|
|
#endif // __AX_EXTENTIONS_CCCOMAUDIO_H__
|