Audio Loom - v0.2.2
    Preparing search index...

    Interface LoadStatus

    Loading status for an audio key. Returned by AudioManager.getLoadStatus.

    interface LoadStatus {
        total: number;
        loaded: number;
        ready: boolean;
    }
    Index

    Properties

    Properties

    total: number

    Total number of tracks registered under this key.

    loaded: number

    Number of tracks that have been loaded.

    ready: boolean

    True if all tracks are loaded and ready.