AudioControllerSetCategoryVolume Method
|
Changes the category volume. Also effects currently playing audio items.
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public static void SetCategoryVolume(
string name,
float volume
)
Parameters
- name
- Type: SystemString
The category name. - volume
- Type: SystemSingle
The volume (between 0 and 1).
See Also