AudioCategory.GetAudioMixerGroup Method

ClockStone Audio Toolkit

AudioCategoryGetAudioMixerGroup Method

Retrieves the AudioMixerGroup associated with this category. AudioMixerGroupa are inherited by the parent category.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public AudioMixerGroup GetAudioMixerGroup()

Return Value

Type: AudioMixerGroup
The AudioMixerGroup associated with this category.
See Also