Vinyl
    Preparing search index...

    Interface ContentStreamingOptions

    interface ContentStreamingOptions {
        buffering?: Partial<BufferingControllerImplOptions>;
        segmentController?: Partial<SegmentControllerImplOptions>;
    }
    Index

    Properties

    buffering?: Partial<BufferingControllerImplOptions>

    Configuration for the buffering controller.

    segmentController?: Partial<SegmentControllerImplOptions>

    Configuration for the segment controller.