AudioController.GetCategoryVolume Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Gets the category volume.

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

Syntax

C#
public static float GetCategoryVolume(
	string name
)

Parameters

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

Return Value

Type: Single
The volume of the specified category

See Also