namespace AlicizaX.Audio.Runtime
{
internal enum AudioAgentRuntimeState
Free = 0,
Loading = 1,
Playing = 2,
Paused = 3,
FadingOut = 4
}