Amazon Vinyl
    Preparing search index...

    Interface TrackControllerImplOptions

    interface TrackControllerImplOptions {
        preloadCapacity: number;
        trackPrefetchCount: number;
    }
    Index
    preloadCapacity: number

    The number of tracks that may be preloaded at one time (not counting queue prefetch). This extends the track cache capacity and allows a certain number of tracks no longer in the queue to remain cached.

    Default: 2

    trackPrefetchCount: number

    When tracks are queued, the number of tracks to prefetch ahead of the current track. Default: 2