バージョン

menu_open
Wwise SDK 2018.1.11

◆ DynamicSequenceType

The DynamicSequenceType is specified when creating a new dynamic sequence.

The default option is DynamicSequenceType_SampleAccurate.

In sample accurate mode, when a dynamic sequence item finishes playing and there is another item
pending in its playlist, the next sound will be stitched to the end of the ending sound. In this
mode, if there are one or more pending items in the playlist while the dynamic sequence is playing,
or if something is added to the playlist during the playback, the dynamic sequence
can remove the next item to be played from the playlist and prepare it for sample accurate playback before
the first sound is finished playing. This mechanism helps keep sounds sample accurate, but then
you might not be able to remove that next item from the playlist if required.

If your game requires the capability of removing the next to be played item from the
playlist at any time, then you should use the DynamicSequenceType_NormalTransition option instead.
In this mode, you cannot ensure sample accuracy between sounds.

Note that a Stop or a Break will always prevent the next to be played sound from actually being played.

参照
列挙値
DynamicSequenceType_SampleAccurate 

Sample accurate mode

DynamicSequenceType_NormalTransition 

Normal transition mode, allows the entire playlist to be edited at all times.

AkDynamicSequence.h130 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう