API Docs
    Preparing search index...

    Interface Byterange

    Byte range specification.

    Corresponds to the #EXT-X-BYTERANGE tag value.

    When offset is -1 it indicates the sub-range begins at the next byte following the sub-range of the previous Media Segment.

    interface Byterange {
        length: number;
        offset: number;
    }
    Index

    Properties

    Properties

    length: number

    Length of the byte range in bytes.

    offset: number

    Start offset in bytes.

    -1 (implicit offset)