|
Wwise SDK 2025.1.3
|
#include <AkCommandTypes.h>
公開変数類 | |
| 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 の 1200 行目に定義があります。