Version
menu

Wwise SDK 2025.1.0
AkCmd_DynamicSequence_Seek Struct Reference

#include <AkCommandTypes.h>

Public Attributes

AkPlayingID playingID
 Playing ID that was used to open the dynamic sequence. More...
 
union {
   AkTimeMs   absolute
 Desired position where playback should restart, in milliseconds. More...
 
   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) More...
 
position
 
AkUInt8 isPositionRelative
 Determines whether the position should be interpreted as absolute (milliseconds) or relative (%). More...
 
AkUInt8 seekToNearestMarker
 If non-zero, the final seeking position will be made equal to the nearest marker (see note above) More...
 

Detailed Description

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.
See also

Definition at line 820 of file AkCommandTypes.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise