SegmentResponse: { data: ArrayBuffer; bandwidth: number }

Represents the response from a segment request, including the data and measured bandwidth.

Type declaration

  • data: ArrayBuffer

    Segment data as an ArrayBuffer.

  • bandwidth: number

    Measured bandwidth for the segment download, in bytes per second.