AudioItem.MinTimeBetweenPlayCalls Field

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Assures that the same audio item will not be played multiple times within this time frame. This is useful if several events triggered at almost the same time want to play the same audio item which can cause unwanted noise artifacts.

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

Syntax

C#
public float MinTimeBetweenPlayCalls

Field Value

Type: Single

See Also