Loom Engine - v3.1.1
    Preparing search index...

    Interface SoundtrackSnapshot

    interface SoundtrackSnapshot {
        currentState: string | null;
        currentTrackId: string | null;
        previousState: string | null;
        previousTrackId: string | null;
        fadeProgress: number;
        stinger: { id: string; trackId: string; remainingMs: number } | null;
    }
    Index

    Properties

    currentState: string | null
    currentTrackId: string | null
    previousState: string | null
    previousTrackId: string | null
    fadeProgress: number
    stinger: { id: string; trackId: string; remainingMs: number } | null