وقفه ای که به صورت پویا در نتیجه جستجوی کاربر برای استراحت ایجاد شده است.
WhenSkippable
(تعداد یا تعریف نشده)
زمان بر حسب ثانیه که این کلیپ استراحت قابل رد شدن است. 5 به این معنی است که کاربر نهایی می تواند پس از پنج ثانیه از این کلیپ استراحت رد شود. اگر این فیلد تعریف نشده باشد، به این معنی است که کلیپ شکست فعلی قابل رد شدن نیست.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]