Skip to content

Instantly share code, notes, and snippets.

View tonton-sco-en-fr's full-sized avatar

tonton-sco-en-fr

View GitHub Profile
@tonton-sco-en-fr
tonton-sco-en-fr / shaka.d.ts
Last active December 9, 2021 16:00
shaka updated typings for v2.5.0-beta2 (by hand)
declare namespace shaka {
namespace media {
class InitSegmentReference {
/**
* Creates an InitSegmentReference, which provides the location to an initialization segment.
* @param uris A function that creates the URIs of the resource containing the segment.
* @param startByte The offset from the start of the resource to the start of the segment.
* @param endByte The offset from the start of the resource to the end of the segment, inclusive.
* null indicates that the segment extends to the end of the resource.
*/