Initializes the communication module. When this is called, and AK::SoundEngine::RenderAudio() is called periodically, you may use the authoring tool to connect to the sound engine.
- 경고
- This function must be called after the sound engine and memory manager have been properly initialized.
- 반환값
-
- AK_Success if initialization was successful.
- AK_InvalidParameter if one of the settings is invalid.
- AK_InsufficientMemory if the specified pool size is too small for initialization.
- AK_Fail for other errors.
- 참고
-
- 매개변수
-
in_settings |
Initialization settings. |