הפסקה שנוצרת באופן דינמי כתוצאה ממשתמש שמחפש הפסקה.
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"]],["עדכון אחרון: 2023-12-01 (שעון 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"]]