Fin de la plage pouvant faire l'objet d'une recherche, en secondes.
start
(nombre ou non défini)
Début de la plage pouvant faire l'objet d'une recherche, en secondes.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2023/12/02 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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"]]