[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["`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"]]