AudioController.RemoveAudioItem Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Removes an AudioItem from the AudioController.

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

Syntax

C#
public static bool RemoveAudioItem(
	string audioID
)

Parameters

audioID
Type: System..::..String
Name of the audio item to remove.

Return Value

Type: Boolean
true if the audio item was found and successfully removed, otherwise false

See Also