Vinyl
    Preparing search index...

    Interface TrackControllerImplOptions

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

    Properties

    loadTimeout: number

    The number of seconds before load calls will time out if the first track's metadata is not loaded within this time. Default: 60

    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