Wwise SDK 2025.1.1
|
#include <AkCommandTypes.h>
Public Attributes | |
AkUInt32 | isEnabled |
Whether offline rendering should be activated or not. More... | |
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. More... | |
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
).
Definition at line 1157 of file AkCommandTypes.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise