AudioSystem class
Constructors, destructors, conversion operators
Public functions
- void init(const AudioSystemInitInfo&)
- void initDataBase()
- void initResourcePlayer(const AudioSystemInitInfo&)
- void applyDeviceVolume()
- void updateHWOutputSetting()
- void changeFinalMixInputBgmChVolume()
- void initDebugModule(const AudioSystemInitInfo&)
- void initSystemInfo()
- void update()
- void finalize()
- void addAudiioFrameProccess(aal::IAudioFrameProcess*)
- void removeAudiioFrameProccess(aal::IAudioFrameProcess*)
- void pauseSystemImmediately(bool, const char*, bool)
- auto getAudioSystemInfo() const -> AudioSystemInfo*