[null,null,["Última actualización: 2023-12-02 (UTC)"],[[["`SeekableRange` helps define the portion of media that can be sought (fast-forwarded or rewound)."],["It's initialized using `start` and `end` values representing seconds in the media."],["The `start` and `end` properties store the beginning and ending points of the seekable range respectively, which can be retrieved later."]]],["The `SeekableRange` class defines the range within a media stream that a user can navigate. It includes two key properties: `start` and `end`, representing the beginning and end of this seekable range in seconds. These are optional numbers and can be undefined. The class constructor, `SeekableRange`, takes `start` and `end` as its parameters to define the specific range.\n"]]