Click or drag to resize

AudioControllerStop Method (String)

Stops all playing audio items with name audioID.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static bool Stop(
	string audioID
)

Parameters

audioID
Type: SystemString
The audio ID.

Return Value

Type: Boolean
Return true if any audio was stopped.
See Also