AudioMixerGroupResource
Manages a group of audio resources.
Provides group-level volume and playback speed control for audio resources configured with com.pico.spatial.core.ecs.audio.AudioResourceConfig using the same mixerGroupID.
The name of the AudioMixerGroupResource acts as the link between AudioResource and AudioMixerGroupResource. To control volume and playback speed by group, audio resources must be loaded with a com.pico.spatial.core.ecs.audio.AudioResourceConfig whose mixerGroupID matches the name of this AudioMixerGroupResource.
Constructors
Creates an AudioMixerGroupResource with a specified name, volume, and playback speed.
Functions
Gets the name of this AudioMixerGroupResource.
Gets the playback speed of this AudioMixerGroupResource.
Gets the volume of this AudioMixerGroupResource.
Sets the playback speed of this AudioMixerGroupResource.
Sets the volume of this AudioMixerGroupResource.