[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`BreakStatus` class represents the current status of a media break during a Cast session."],["It provides information about the break and break clip IDs, elapsed time, and when the break is skippable."],["`currentBreakClipTime` and `currentBreakTime` values are updated sporadically and often outdated, thus `getEstimatedBreakClipTime` and `getEstimatedBreakTime` are recommended for accurate playback position."]]],["The `BreakStatus` class represents the current status of a break in media playback. It contains the `breakClipId` and `breakId`, identifying the current clip and break. `currentBreakClipTime` and `currentBreakTime` track elapsed time in seconds, but are updated sporadically. To get accurate timings, `getEstimatedBreakClipTime` and `getEstimatedBreakTime` should be used instead. `whenSkippable` indicates the time in seconds when the current break clip becomes skippable, if applicable.\n"]]