版本
menu

Wwise SDK 2025.1.2
AkCmd_ControlSuspendedState结构体 参考

#include <AkCommandTypes.h>

Public 属性

AkUInt8 isSuspended
 Whether to suspend or wake up the Sound Engine. 更多...
 
AkUInt8 renderWhileSuspended
 ///< If set to true, audio processing will still occur while suspended, but not outputted. When set to false, no audio will be processed at all, even when AK::SoundEngine::RenderAudio is called. 更多...
 
AkTimeMs transitionTime
 Delay the transition. During transition to suspended state, a fade-out is applied to the audio output. When 0, the suspend takes effect immediately but audio may glitch. 更多...
 

详细描述

Puts the sound engine in background mode, where audio isn't processed anymore. Required when the platform has a background mode or some suspended state.

When suspended, the sound engine will process API messages (like PostEvent and SetSwitch) only when AK::SoundEngine::RenderAudio is called. It is recommended to match the renderWhileSuspended parameter with the behavior of the rest of your game:

  • If your game still runs in background and you must keep some kind of coherent state between the audio engine and game, then allow rendering.
  • If you want to minimize CPU when in background, then don't allow rendering and never call RenderAudio from the game.

Use the same command with isSuspended set to false when your application receives the message from the OS that the process is back in foreground.

Consult 处理系统专用事件 to learn when it is appropriate to call this function for each platform.

参见

在文件 AkCommandTypes.h1274 行定义.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅