AudioControllerGetCategory Method
|
Gets a category.
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public static AudioCategory GetCategory(
string name
)
Parameters
- name
- Type: SystemString
The category's name.
Return Value
Type:
AudioCategoryThe category or
null if no category with the specified name exists
See Also