Version

    Other Documentation

menu_open
Wwise SDK 2022.1.11

◆ StartOutputCapture()

AKSOUNDENGINE_API AKRESULT AK::SoundEngine::StartOutputCapture ( const AkOSChar in_CaptureFileName)

Starts recording the sound engine audio output. StartOutputCapture outputs a wav file per current output device of the sound engine. If more than one device is active, the system will create multiple files in the same output directory and will append numbers at the end of the provided filename.

If no device is running yet, the system will return success AK_Success despite doing nothing. Use RegisterAudioDeviceStatusCallback to get notified when devices are created/destructed.

Returns
AK_Success if successful, AK_Fail if there was a problem starting the output capture.
Remarks
Returns
  • AK_Success when successful
  • AK_InvalidParameter if in_CaptureFileName is null.
  • AK_InsufficientMemory if not enough memory is available.
See also
Parameters
in_CaptureFileNameName of the output capture file

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise