バージョン

menu_open
Wwise SDK 2024.1.0

◆ AkCaptureCallbackFunc

typedef void( * AkCaptureCallbackFunc) (AkAudioBuffer &in_CaptureBuffer, AkOutputDeviceID in_idOutput, void *in_pCookie)

Callback prototype used for audio capture callback registration. This callback will be called at the end of each audio frame for each output device that has been registered.

注釈
This callback will be executed on the main audio thread during real-time rendering and will be executed on the thread that AK::SoundEngine::RenderAudio is called from when offline rendering is enabled.
The processing time in the callback function should be minimal. Having too much processing time could cause voice starvation during real-time rendering.
Note that a callback registered with in_idOutput equal to AK_INVALID_OUTPUT_DEVICE_ID, will receive the AkOutputDeviceID associated with the main output device.
参照

AkCallback.h418 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう