AudioItem.LoopMode Enumeration

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
AudioItem loop mode.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
[SerializableAttribute]
public enum LoopMode

Members

Member nameValueDescription
DoNotLoop0 No looping.
LoopSubitem1 The chosen subitem (in dependence of the SubItemPickMode will be looped.
LoopSequence2 After the subitem chosen in dependence of the SubItemPickMode has stopped playing, a new subitem will be chosen and played.
PlaySequenceAndLoopLast4 Play as many sub-items as specified by loopSequenceCount and loop the last one picked. Specify zero to play as many sub-items as specified in this audio item.
IntroLoopOutroSequence5 Play as many sub-items as specified by loopSequenceCount (as intro) and loop the second last one picked. If see AudioItem.Stop() is called the very last ist played as an outro.

See Also