API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

E

enumSoundPoolStrategy

@codexo/exojs / audio / stable

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.

0
props
0
methods
0
events
Import
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.

Members 3
FirstInFirstOut
LeastRecentlyUsed
LowestPriority
Source