AudioItem.loopSequenceCount Field

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
The number of sub-items to be played in the loop modes LoopSequence.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.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