バージョン
menu

Wwise SDK 2025.1.0
AkDynamicSequenceSelectCallbackInfo 構造体

#include <AkCallbackTypes.h>

公開変数類

AkUniqueID audioNodeID
 Unique ID of Audio Node (can be resolved using AK::SoundEngine::DynamicDialogue API). Set to AK_INVALID_UNIQUE_ID to signal that no item is available to play. [詳解]
 
AkTimeMs msDelay
 Delay before playing this item, in milliseconds [詳解]
 
void * pCustomInfo
 Optional user data [詳解]
 
AkExternalSourceArray arExternalSources
 Optional external sources. Use API described in AkExternalSourceArray.h to add required external sources to play the next item. [詳解]
 

詳解

Callback information structure corresponding to AK_DynamicSequenceSelect. Called when a dynamic sequence must select its next item to play. The callee is expected to fill out the information contained in this structure. If there is no item available to play, the callee must set audioNodeID to AK_INVALID_UNIQUE_ID. This will cause the dynamic sequence to stop. Use AK::SoundEngine::DynamicSequence::Play to start playback again.

警告: When opening a dynamic sequence with the callback flag AK_DynamicSequenceSelect, the callback is the ONLY way to determine the next item to play. AK::SoundEngine::DynamicSequence::LockPlaylist always returns NULL for dynamic sequences opened with AK_DynamicSequenceSelect.
参照

AkCallbackTypes.h327 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう