मौजूदा ब्रेक क्लिप शुरू होने के बाद, कुछ सेकंड का समय.
इस सदस्य को कभी-कभी अपडेट किया जाता है. इसलिए, इसकी वैल्यू अक्सर
पुरानी होती है. रिसीवर की दी गई पिछली जानकारी के आधार पर, वीडियो चलाने की असल स्थिति का
अनुमान लगाने के लिए, getEstimatedBreakClipTime का इस्तेमाल करें.
currentBreakTime
(संख्या या तय नहीं है)
मौजूदा ब्रेक शुरू होने के बाद विज्ञापन दिखने में लगने वाला समय (सेकंड में).
इस सदस्य को कभी-कभी अपडेट किया जाता है. इसलिए, इसकी वैल्यू अक्सर
पुरानी होती है. रिसीवर की दी गई आखिरी जानकारी के आधार पर, वीडियो चलाने की असल स्थिति का
अनुमान लगाने के लिए, getEstimatedBreakTime तरीके का इस्तेमाल करें.
whenSkippable
(संख्या या तय नहीं है)
सेकंड में दिया गया वह समय जब इस ब्रेक क्लिप को स्किप किया जा सकता है. 5 का मतलब है कि असली उपयोगकर्ता पांच सेकंड के बाद, इस ब्रेक क्लिप को स्किप कर सकता है. अगर इस फ़ील्ड के बारे में जानकारी नहीं दी गई है, तो इसका मतलब है कि मौजूदा ब्रेक क्लिप को स्किप नहीं किया जा सकता.
[[["समझने में आसान है","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\u003eBreakStatus\u003c/code\u003e class represents the current status of a media break during a Cast session.\u003c/p\u003e\n"],["\u003cp\u003eIt provides information about the break and break clip IDs, elapsed time, and when the break is skippable.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecurrentBreakClipTime\u003c/code\u003e and \u003ccode\u003ecurrentBreakTime\u003c/code\u003e values are updated sporadically and often outdated, thus \u003ccode\u003egetEstimatedBreakClipTime\u003c/code\u003e and \u003ccode\u003egetEstimatedBreakTime\u003c/code\u003e are recommended for accurate playback position.\u003c/p\u003e\n"]]],["The `BreakStatus` class represents the current status of a break in media playback. It contains the `breakClipId` and `breakId`, identifying the current clip and break. `currentBreakClipTime` and `currentBreakTime` track elapsed time in seconds, but are updated sporadically. To get accurate timings, `getEstimatedBreakClipTime` and `getEstimatedBreakTime` should be used instead. `whenSkippable` indicates the time in seconds when the current break clip becomes skippable, if applicable.\n"],null,[]]