AudioObject.Stop Method (Single)

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Stops a playing audio with fade-out.

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

Syntax

C#
public void Stop(
	float fadeOutLength
)

Parameters

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

See Also