Namespace Serenity.MusicPlayer.Infrastructure.Interfaces
Interfaces
IUnityMusicPlayerRuntime
Unity-layer intention interface for the music player runtime. Exposes Unity-specific operations that are NOT on IMusicPlayerService (direct access to the Unity UnityEngine.AudioSource driving the current track). Allows Unity-side consumers (e.g. the custom editor) to reach the audio source without casting to the concrete service type.