AudioItem.loopSequenceCount Field

ClockStone Audio Toolkit

AudioItemloopSequenceCount Field

The number of sub-items to be played in the loop modes LoopSequence.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public int loopSequenceCount

Field Value

Type: Int32
Remarks
Specify 0 to loop infinitely (This is also the default value). In PlaySequenceAndLoopLast mode as many sub-item will be picked as there are sub-items specified for this audio item.
See Also