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 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