একজন ব্যবহারকারী বিরতি চাওয়ার ফলে একটি গতিশীল-উত্পন্ন বিরতি।
যখন এড়ানো যায়
(সংখ্যা বা অনির্ধারিত)
সেকেন্ডের মধ্যে সময় যখন এই বিরতি ক্লিপটি এড়ানো যায়। 5 মানে শেষ ব্যবহারকারী পাঁচ সেকেন্ড পরে এই বিরতি ক্লিপটি এড়িয়ে যেতে পারেন। যদি এই ক্ষেত্রটি সংজ্ঞায়িত না করা হয়, তাহলে এর অর্থ হল বর্তমান বিরতি ক্লিপটি এড়ানো যায় না।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`BreakStatus` objects represent the status of a break in a media stream, including information about the current break clip and time elapsed."],["Constructor parameters include `currentBreakTime` and `currentBreakClipTime` for initializing break status."],["Key properties include `breakClipId`, `breakId`, `currentBreakClipTime`, `currentBreakTime`, `seekBreak`, and `whenSkippable` for detailed break information."],["`whenSkippable` property determines when a break clip can be skipped by the user, if at all."],["The `seekBreak` property reflects a dynamically generated break when a user seeks over a break in the content."]]],["`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"]]