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 the AudioMixerGroupResource.
Constructors
The constructor of AudioMixerGroupResource, which is used to create an AudioMixerGroupResource instance with a specified name, volume, and playback speed.
Functions
Gets the name of the AudioMixerGroupResource.
Gets the playback speed of the AudioMixerGroupResource.
Gets the volume of the AudioMixerGroupResource.
Sets a playback speed for the AudioMixerGroupResource.
Sets a volume for the AudioMixerGroupResource.