版本
menu

Wwise SDK 2025.1.0
AkCmd_DynamicSequence_Seek结构体 参考

#include <AkCommandTypes.h>

Public 属性

AkPlayingID playingID
 Playing ID that was used to open the dynamic sequence 更多...
 
union {
   AkTimeMs   absolute
 Desired position where playback should restart, in milliseconds 更多...
 
   AkReal32   relative
 Desired position where playback should restart, expressed in a percentage of the file's total duration, between 0 and 1.f (see note above about infinite looping sounds) 更多...
 
position
 
AkUInt8 isPositionRelative
 Determines whether the position should be interpreted as absolute (milliseconds) or relative (%). 更多...
 
AkUInt8 seekToNearestMarker
 If non-zero, the final seeking position will be made equal to the nearest marker (see note above) 更多...
 

详细描述

Seek inside specified Dynamic Sequence. It is only possible to seek in the first item of the sequence. If you seek past the duration of the first item, it will be skipped and an error will reported in the Capture Log and debug output. All the other items in the sequence will continue to play normally.

This command can fail for the following reasons:

  • AK_InvalidParameter: playingID is an invalid ID.
  • AK_IDNotFound: playingID is valid but does not refer to an active dynamic sequence.
参见

在文件 AkCommandTypes.h820 行定义.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅