AudioObject.Stop Method (Single)

ClockStone Audio Toolkit

AudioObjectStop Method (Single)

Stops a playing audio with fade-out.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public void Stop(
	float fadeOutLength
)

Parameters

fadeOutLength
Type: SystemSingle
The fade time in seconds. If a negative value is specified, the fade out as specified in the corresponding FadeOut is used
See Also