API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
enumSoundPoolStrategy
Eviction strategy used when the pool is full and a new play is requested. At the per-Sound level all pooled instances share the same priority, so `LowestPriority` degenerates to `FirstInFirstOut` in V1. The enum is forward-compatible with a future global voice manager that culls across multiple Sound instances.
import { SoundPoolStrategy } from '@codexo/exojs' Eviction strategy used when the pool is full and a new play is requested.
At the per-Sound level all pooled instances share the same priority, so `LowestPriority` degenerates to `FirstInFirstOut` in V1. The enum is forward-compatible with a future global voice manager that culls across multiple Sound instances.
FirstInFirstOut LeastRecentlyUsed LowestPriority