Variable: EQUALIZER_SCHEMA_VERSION
const EQUALIZER_SCHEMA_VERSION: 1 = 1;
Defined in: packages/player/src/equalizer-storage.ts:69
Version stamped into every record and required on the way back in.
A reader that finds a version it does not know returns
EqualizerRestoreResult unsupportedVersion rather than guessing —
the whole point of the field. Bumped whenever the persisted shape changes in
a way an older reader would mis-read.
Version history
- 1 —
{ enabled, gainsDb, presets }.