Wwise SDK 2025.1.1
|
#include <AkCommandTypes.h>
Public 属性 | |
AkUInt32 | isEnabled |
Whether offline rendering should be activated or not. 更多... | |
AkReal32 | frameTimeInSeconds |
Frame time in seconds used during offline rendering. Set to 0 to leave the frame time the same as the last time it was set. 更多... | |
Enable/disable offline rendering, and control the size of each audio frame when offline rendering is enabled.
Offline rendering disconnects the Sound Engine from hardware audio output. Instead, the Sound Engine renders one frame of audio every time AK::SoundEngine::RenderAudio is called. This audio frame is not audible, but it can be captured to a file using Output Capture (see AkCmd_ControlOutputCapture
).
在文件 AkCommandTypes.h 第 1157 行定义.