जब कोई उपयोगकर्ता ब्रेक लेना चाहता है, तो यह डाइनैमिक तौर पर जनरेट होने वाला ब्रेक होता है.
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 objects represent the status of a break in a media stream, including information about the current break clip and time elapsed.\u003c/p\u003e\n"],["\u003cp\u003eConstructor parameters include \u003ccode\u003ecurrentBreakTime\u003c/code\u003e and \u003ccode\u003ecurrentBreakClipTime\u003c/code\u003e for initializing break status.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003ebreakClipId\u003c/code\u003e, \u003ccode\u003ebreakId\u003c/code\u003e, \u003ccode\u003ecurrentBreakClipTime\u003c/code\u003e, \u003ccode\u003ecurrentBreakTime\u003c/code\u003e, \u003ccode\u003eseekBreak\u003c/code\u003e, and \u003ccode\u003ewhenSkippable\u003c/code\u003e for detailed break information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ewhenSkippable\u003c/code\u003e property determines when a break clip can be skipped by the user, if at all.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eseekBreak\u003c/code\u003e property reflects a dynamically generated break when a user seeks over a break in the content.\u003c/p\u003e\n"]]],["`BreakStatus` details the state of a media break, indicating the time elapsed within the current break (`currentBreakTime`) and within the current break clip (`currentBreakClipTime`). It includes the IDs of the current break (`breakId`) and break clip (`breakClipId`). `whenSkippable` shows when a break clip can be skipped, while `seekBreak` represents a break dynamically created from a seek. This class is a constructor accepting `currentBreakTime` and `currentBreakClipTime`.\n"],null,[]]