Click or drag to resize

AudioControllerGetCategory Method

Gets a category.

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

Parameters

name
Type: SystemString
The category's name.

Return Value

Type: AudioCategory
The category or null if no category with the specified name exists
See Also