Alpha
Converts HLS Byterange object (with length and offset) to ByteRangeObject
Object with length and offset properties (from HLS parser)
Object with start and end properties
hlsByterangeToByteRangeObject({ length: 1234, offset: 0 }) // { start: 0, end: 1233 } Copy
hlsByterangeToByteRangeObject({ length: 1234, offset: 0 }) // { start: 0, end: 1233 }
Converts HLS Byterange object (with length and offset) to ByteRangeObject