इसकी मदद से, लाइव स्ट्रीम के दौरान आगे और पीछे लगने वाले समय के साथ-साथ, वीडियो के शुरू और खत्म होने का समय सेकंड में दिखाया जा सकता है.
निर्माता
LiveSeekableRange
नया
LiveSeekableRange(start, end, isMoveWindow, isLiveDone)
पैरामीटर
शुरू करें
ज़रूरी नहीं
नंबर
खत्म करें
ज़रूरी नहीं
नंबर
isMovingWindow
ज़रूरी नहीं
boolean
isLiveDone
ज़रूरी नहीं
boolean
प्रॉपर्टी
isLiveDone
(बूलियन या तय नहीं)
true से पता चलता है कि लाइव स्ट्रीम खत्म हो गई है.
अगर ऐसा किया जाता है, तो लाइव स्ट्रीमिंग की सुविधा वाली रेंज अपडेट होना बंद हो जाएगी.
isMovingWindow
(बूलियन या तय नहीं)
बूलियन वैल्यू से पता चलता है कि लाइव सीक करने लायक रेंज, मूविंग विंडो है या नहीं. अगर false, लाइव स्ट्रीम को आगे/पीछे करने की सुविधा उपलब्ध है, तो इसका मतलब है कि लाइव स्ट्रीम खत्म हो गई है. यह रेंज, बढ़ाने की सीमा या तय की गई रेंज है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eLiveSeekableRange\u003c/code\u003e provides the seekable range of a live stream with start and end times in seconds.\u003c/p\u003e\n"],["\u003cp\u003eIt indicates whether the live stream has ended (\u003ccode\u003eisLiveDone\u003c/code\u003e) and if the seekable range is a moving window (\u003ccode\u003eisMovingWindow\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe constructor allows setting the start, end, \u003ccode\u003eisMovingWindow\u003c/code\u003e, and \u003ccode\u003eisLiveDone\u003c/code\u003e properties.\u003c/p\u003e\n"]]],[],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).LiveSeekableRange \nclass static\n\nProvides the live seekable range with start and end time in seconds.\n\nConstructor\n\nLiveSeekableRange\n\nnew\nLiveSeekableRange(start, end, isMovingWindow, isLiveDone)\n\n| Parameter ||\n|----------------|------------------|\n| start | Optional number |\n| end | Optional number |\n| isMovingWindow | Optional boolean |\n| isLiveDone | Optional boolean |\n\nProperties\n\nisLiveDone\n\n(boolean or undefined)\n\n`true` indicates that a live stream has ended.\n\nIf it is done, the live seekable range should stop updating.\n\nisMovingWindow\n\n(boolean or undefined)\n\nA boolean value indicates whether the live seekable range is a moving\nwindow. If `false`, the live seekable range is either an expanding range\nor a fixed range, indicating that a live stream has ended."]]