Vinyl
    Preparing search index...

    Interface PrefetchOptions

    Configuration the track is expected to provide to the SegmentController.

    interface PrefetchOptions {
        startTime: number;
        trackPrefetchPriority: number;
    }
    Index

    Properties

    startTime: number

    When the track is inactive, the starting time to prefetch from.

    trackPrefetchPriority: number

    The prefetching priority of the track. Higher numbers take precedence.