Namespace Serenity.SoundMixer.Infrastructure.Interfaces
Interfaces
IUnitySoundMixerRuntime
Unity-layer intention interface for the sound mixer runtime. Exposes Unity-specific operations that are NOT on ISoundMixerService (direct access to the underlying Unity UnityEngine.Audio.AudioMixer for advanced editor/tooling operations). Allows Unity-side consumers (e.g. the custom editor) to reach the mixer without casting to the concrete service type.