videosphere
    Preparing search index...

    Options when opening a byte stream for resumable upload.

    interface RangedVideoStreamOpenOptions {
        rangeStart?: number;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    rangeStart?: number

    Absolute byte index at which the returned stream must begin.

    signal?: AbortSignal