Vinyl
    Preparing search index...

    Interface SegmentControllerImplOptions

    interface SegmentControllerImplOptions {
        prefetchActive: number;
        prefetchInactive: number;
        retainTail: number;
    }
    Index

    Properties

    prefetchActive: number

    The amount of time ahead of the playhead to prefetch when the track is active. Default: 240

    prefetchInactive: number

    The amount of time to prefetch when the track is not active. Default: 20

    retainTail: number

    The number of seconds behind the playhead to retain segments. Default: 30