Click or drag to resize

AudioControllerNewCategory Method

Creates a new audio category

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static AudioCategory NewCategory(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Name of the category.

Return Value

Type: AudioCategory
Reference to the new category.
See Also