AudioController.GetCategory Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Gets a category.

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

Syntax

C#
public static AudioCategory GetCategory(
	string name
)

Parameters

name
Type: System..::..String
The category's name.

Return Value

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

See Also