Vinyl
    Preparing search index...

    Interface SegmentPrefetchPriority

    Properties affecting segment prefetch priority. Each track when prefetching will only add one segment to the prefetch queue at a time.

    interface SegmentPrefetchPriority {
        prefetchStartTime: number;
        segmentStartTime: number;
        trackPriority: number;
    }
    Index

    Properties

    prefetchStartTime: number

    The time position prefetching starts for this segment's track.

    segmentStartTime: number

    The starting time of the segment.

    trackPriority: number

    The track's prefetch priority.