AudioController.NewCategory Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Creates a new audio category

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

Syntax

C#
public static AudioCategory NewCategory(
	string categoryName
)

Parameters

categoryName
Type: System..::..String
Name of the category.

Return Value

Type: AudioCategory
Reference to the new category.

See Also